• Resolved askmodam

    (@ebrutas)


    Hi guys,
    Im trying to make the right sidebar narrower, i have tried to change width in stlye.css but it didnt work at all. Actually its like this normally:

    #right-sidebar {
    float: right;
    width: 28%;
    padding: 1em 0% 0%;
    }

    Even if i change widht to 0, nothing changes. I have also tried another ways but didnt work. Is there anyone who knows how to do, id be so happy, really please!

Viewing 4 replies - 1 through 4 (of 4 total)
  • try changing the width in .widget-area{width:70%}

    Theme Author Richie KS

    (@rkcorp)

    try use the theme option->custom css instead for any css edits, add this

    #custom .content { width: 77%; }
    #custom #right-sidebar { width: 20%; }

    you can balance them out but the full width should not be more than (77+20) 97%.

    Thread Starter askmodam

    (@ebrutas)

    mrtom414, i have tried that, it didnt work i dont know why,

    richie thank you a loot! it worked!!

    Hello Richie KS, how can i change content width

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make right sidebar narrow?’ is closed to new replies.