Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS responsive page content setting in mobile view Reply To: responsive page content setting in mobile view

#282941
Shikkediel
Participant

Looks like you have defined it yourself with cosy-custom-styler? In any case, it’s this style rule (placed inline on the page):

body .main-container {
 margin: 60px;
}

If you want to vary the sides, you could write it like this for example:

body .main-container {
 margin: 60px 20px;
}