Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2983797
Force page margin on desktop (or at all)
Closed

Comments

  • Lars started the conversation

    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.

  •  2,492
    PenciDesign replied

    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 replied

    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.

  •  2,492
    PenciDesign replied

    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

    Note really working out at the wrong window widths.

  •  2,492
    PenciDesign replied

    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

    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.