How to reduce space between content and sidebar without

Homepage Community Forums Aspire Theme Support How to reduce space between content and sidebar without

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21556
    jamesc8913
    Customer

      Hi Wes! How can I reduce the space between the content and the sidebar on a post/page without having to increase the width of the content or the sidebar? I don’t want the content to be too wide, but do want to bring the content area and the sidebar area closer together. Thanks in advance!

      #21559
      Wes
      Moderator

        The content section is set to float left by default, and the sidebar is set to float right. The only way to bring them closer is to make the sidebar float left instead of right….or increase the width of the content or sidebar so they are closer together. Thats about the only way to do it since they both float and align to the opposite sides of each other.

        I’d try setting the sidebar to float left and then either add padding-left to the sidebar to increase the space or padding-right to the content. You can find this code around line 720 –

        /* ### Primary Sidebar */
        
        .sidebar-primary {
        	float: right;
        	width: 340px;
        }
        
        #21561
        jamesc8913
        Customer

          Thank you Wes!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘How to reduce space between content and sidebar without’ is closed to new replies.