• Resolved metteks

    (@metteks)


    Hello
    I have been trying to make my sidebar smaller and the postarea wider, but without any luck.
    I have Forever theme and i have made a child theme.

    I have read a number of Q and A about the same, and I have done as suggested. I have edited the css in my child theme, but only the sidebar seems to become smaller, the postarea is not getting any wider.

    Does anyone have a foolproof idea of what to write in my css?

    I have Firebug installed, if that makes any difference.

    My blog is here: https://www.metteks.dk

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to the end of your child theme’s style.css:

    #secondary { width: 20%; }
    #content {
       margin-right: 28%;
       max-width: 660px;
    }

    Adjust the numbers to get the layout you want.

    Thread Starter metteks

    (@metteks)

    Thank you so much.

    It worked out perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make sidebar smaller and postarea wider’ is closed to new replies.