• Hello,
    I was wondering how to make the left sidebar full width, meaning, I want the sidebar to go all to the left, without that white margin on the left side…

    Any idea?

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

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .boxed-layout #wrap .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    PS_ change the padding values as per need.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Full Width?’ is closed to new replies.