• Hi,

    I want to make the sidebar display the evens on one line, so either the text needs reducing or the sidebar needs widening.

    Any help appreciated.

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

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    .content-wrapper .content-area {
    	max-width: 52%;
    }
    .content-wrapper .widget-area {
    	min-width: 48%;
    }

    You can reduce and increase widths there. Just remember that when you increase one you have to decrease the other so they’ll add up to 100%.

    Thanks!

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