• Resolved ChelsieDM

    (@chelsiedm)


    Hello my website is gpsdenver.org and I am trying to decrease the space between the sidebar and content on my homepage. Thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does that theme come with a plugin named, “Custom CSS”, “Custom Styles”, or “Jetpack”, or are you using a Child Theme?

    Hi,

    You need to edit you styles.css (line 739).

    .hentry,
    .no-results,
    #author-info,
    #disqus_thread,
    #content .error404{
     width: 100%;
    }

    Change the width to 100%

    A good tool to read up on that is: Firebug (read up on that on the internet, you will thank me later!) 🙂

    Thread Starter ChelsieDM

    (@chelsiedm)

    It has a “Custom CSS Styles” under ‘Theme Options’.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay, don’t edit the theme’s files. This will cause you headache when you’re debugging issues and when you update the theme. Instead add CSS within the Custom CSS section of the dashboard.

    ++ Thumbs up Andrew ++

    Thread Starter ChelsieDM

    (@chelsiedm)

    Thank you both so much, it worked like a charm! @archie22is I am going to read this article right away, thank you both!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Decrease Right Sidebar Width’ is closed to new replies.