• I want to make few changes to compact primary sidebar widgets. I need Search Category items to be in two columns like that of the search tags.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @examhelpniche

    Thank you for using support forum for the query.
    Would you please add the below css codes on Appearance > Customize > Additional CSS,

    #secondary .widget ul li {
        width: 50%;
        float: left;
    }

    Hope this works.

    Thank you

    Thread Starter examhelpniche

    (@examhelpniche)

    Thank you for your help, that code worked.
    I also would like to have separate scroll bars for my post thumbnail section and main sidebar. Is that possible?

    Hello @examhelpniche
    There is no such option available in theme. Theme customization is needed for it.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Sidebar changes’ is closed to new replies.