• Hi everyone

    I am trying to change the sidebar width in Neve.
    Created a child theme with the following CSS:

    @media (min-width: 960px)
    	#content.neve-main > .container > .row > .col {
        max-width: 80%!important;
    }
    @media (min-width: 960px)
    	#content.neve-main > .container > .row > .nv-sidebar-wrap {
    	max-width: 20%!important;
    }

    The code is not applied for some reason and my right sidebar is super narrow.
    Can somebody please help me to get on the right path and tell why it is not overwritten by my code?

    Thanks in advance
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @michih,

    You don’t need a child theme cu modify the sidebar width. Please go to Customize -> Layout -> Content/Sidebar and decrease the content width: https://prnt.sc/ujcvsz.

    Thread Starter Michael Sutter

    (@michih)

    Thank you Betty!

    I tried that, unfortunately with no luck (for the page layout).
    However, I found a solution to achieve my goal for the blog post layout.

    Issue can be closed.

    Cheers
    Michael

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