Home Forums WordPress Themes – Premium Flat Responsive HOME PAGE ROWS WON’T GO FULL LENGTH

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13554
    Anonymous
    Inactive

    For some reason, my home page rows are shorter than the header. I’ve tried the page on both Default setting and Full Width without any changes. It’s almost as if there’s a right sidebar there, but there isn’t. (Or is there, and I’m just missing a setting somewhere?)

    The site is UrsulaVogt.com

    Thanks!

    #23165
    Binaya D
    Participant

    Hi Ursula,

    Please use the following css to fix your issue;

    @media (min-width: 1200px)
    .page-id-387 .container {
        max-width: 100%;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    #23168
    Anonymous
    Inactive

    Thank you! I see several areas to add CSS…In the Customization area and when building the actual page. Which area would I use specifically?

    #13553
    Binaya D
    Participant

    Hi Ursula,

    As we have told in the

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    If you are using child theme then you will need to follow steps to keep the css;

    Go to Dashboard => Appearance => Editor => Then keep the code in style.css and save it.

    And if you are using simple custom css plugin then you need to follow following steps to keep the css;

    Go to Dashboard => Appearance => custom css=> Then keep the code inside the custom css box and save it.

    We hope you understand it.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.