• Resolved kznne

    (@kznne)


    Hello everyone
    I have been looking everywhere about this
    There’s a space between content area and sidebar, and i would like it to be connected with no space between them

    Anyone knows how to do that?

Viewing 1 replies (of 1 total)
  • If you don’t want any space in between, you can add the following CSS to your WordPress:

    .widget-area {
        width: 400px;
    }

    Hope that’s what you’re looking for. ??

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove space between content area and side bar?’ is closed to new replies.