• Resolved joetordu

    (@joetordu)


    Hi,

    I would like to know whether it’d be possible to have a sidebar that takes a little less space than what is shown (hopefully taking the space back in reducing the margins), and has a different background color than the main navigation.

    All the best,
    Joe

Viewing 1 replies (of 1 total)
  • Hello,

    Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:

    .widget-area {
        width: 310px;
    }
    .widget-area .widget {
          background-color: #ececec;
    }

    Regards,
    Gourav

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar width, margin and spacing’ is closed to new replies.