Skip to content
Public Ticket #20050

Force page margin on desktop (or at all)

Conversation thread

Lars replied

Customer Reply

Thanks, yes it was a caching problem - adding a query string ie ?asdf=asdf to the URL fixed it and made the margin appeared.

Many thanks for excellent support.

PenciDesign Supporter replied

Staff Reply

Hi,

You should add the CSS, press the Publish then clear all the cache & check again.

If the problem still persists, please send me the full screenshot of your browser.

Regards,
PenciDesign.


Lars replied

Customer Reply

Note really working out at the wrong window widths.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

@media only screen and (max-width: 1290px) and (min-width: 1170px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

Regards,
PenciDesign.



Lars replied

Customer Reply

At certain browser window widths, the text starts right at the window border which make it hard to read according to many of my readers.

PenciDesign Supporter replied

Staff Reply

Hi,

I've checked your site on my browser, all the elements display properly. Please send me a full screenshot of your browser about this issue.

Regards,
PenciDesign.


Lars started the conversation

Conversation Start

On some resolutions on desktop there is no margin at al, which makes the page difficult to read.

I can't find any settings to introduce a margin on page content or the entire page. Is there any way to do this with for example custom CSS. Preferably no margin on mobile resolitions - the problem only exists on desktop at some window widths.

Want to join this conversation or access attachments? Sign in first.