• Resolved MrSlartibartfast

    (@mrslartibartfast)


    Hi again Andrew,

    I have got a new question.

    Is it possible to change the sidebar width somewhere? I’m currently using the full width template and would like the sidebar to be a little wider.

    sorry for my many questions..and thanks for your great support. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MrSlartibartfast

    (@mrslartibartfast)

    Ok, I see I have asked to quickly.
    After looking a little more into this, the solution seems quite simple.

    In my child themes style.css I added these css rules:

    .sidebar #primary {	width: 70%; }
    #secondary { width: 30%; }

    These rules makes the right sidebar 30% wide and the set the main content area to 70% (it needs to be 100% together).

    Seems to work fine ??
    Have a nice day! Cheers

    Theme Author Andrew Misplon

    (@misplon)

    Hi MrSlartibartfast

    Thanks for reaching out. That’s correct! Those two rules used in your child theme style.css file or in a custom CSS plugin like Simple Custom CSS are the way to go.

    If any further questions come up, please, let me know.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change sidebar width?’ is closed to new replies.