• Resolved Oystein

    (@oystein)


    After the recent update the header layout changed, it used to be wide but now it’s only above the content in the middle. I can’t find any settings for this in the customizer (I use a child theme)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dario Devcic

    (@dariodev)

    This issue is cause by The Post Grid plugin that you are using. Check the screenshot https://imgur.com/a/mLY0LST
    The width of div #container should be 100%. Check if there is a setting in plugin to disable altering the width of main container. If not you can try to override this by adding following css snippet in the Customizer -> Additional CSS:

    
    #container {
        width: 100% !important;
        padding: 0 !important;
    }
    
    Thread Starter Oystein

    (@oystein)

    Thank you, the css code did work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header layout’ is closed to new replies.