New Topic

Left and Right Sidebars

Home › Forum › Customization › Left and Right Sidebars

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 4 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1961

    asccoder
    Participant

    My page is at http://theasccoder.com

    I am going for the page template where there is both a left and right sidebar.

    I have tried adjusting the sidebar widths using the instructions on the page at https://startupwp.com/topic/adjusting-the-content-sidebar-widths/ however, I must be editing the wrong document. I was editing stylesheet.css. I have no clue what I am doing wrong. On my page, the middle section is sized the way I want it, but the left and right sidebar needs to extend out further, specifically I need the right sidebar to extend out more. Please help!

    Thanks!

    #1962

    StartupWP
    Keymaster

    Give this a try:

    #lsidebar-sidebar, #rsidebar-sidebar {
      float: left;
      margin: 4% 2%;
      width: 21%;
    }

    https://startupwp.com/topic/customizing-your-theme/

    #1966

    asccoder
    Participant

    That did the trick…thanks!

    #1968

    StartupWP
    Keymaster

    You’re welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.