Jump to content

Control column width?


dename

Recommended Posts

So I found homepage inherits column width from

.col-md-3 {
    width: 25%;
}

and categories / search pages inherit column width from

.col-md-4 {
    width: 33.3333%;
}

it looks like when I set .col-md-3 to 33%, homepage columns start to look similar as ordinary category / search columns.

 

Is this correct? Are there settings to control that?

 

and yes, that's related to "1.6 add left column to homepage" article from mypresta.eu

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

×
×
  • Create New...