Jump to content

Changing div classes (column sizes)


isabunny

Recommended Posts

Hello guys,

 

Does anyone know where I can change the div classes for column sizes on the product list (category) page ?

 

I already tried in product-list.tpl but its not there. Probably because its a customized theme.

 

I need to change the left div class from "left-block col-md-3" to "md-4" and the right div class from "right-block col-md-9" to "md-8".

 

The code inspection is attached :

 

Link: http://solarandmore.info/en/16-aussenlampen

 

Sem_t_tulo.png

Edited by isabunny (see edit history)
Link to comment
Share on other sites

The page you shown is not product page, it looks like category page. so you need to look into category.tpl file under your theme.

 

but from what I see, it is in following file

/themes/leo_mode/css/global.css  (line 16996)

 

.product-block .left-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...