badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Separating right sidebar from main body

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3873
    Maria
    Participant

    Hello there!

    Absolutely love your theme! However, is there a way to box off the sidebar from the main body where the blog posts appear? I would like to make it easier to see where the content ends and sidebar widgets begin because right now, they run into each other. Here is the link to my site: http://www.readingforpleasure.net/

    Thanks in advance!
    Maria

    #3891
    sovit ranjitkar
    Keymaster

    To make sidebar widgets begin after the content ends Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    
    #primary, 
    #secondary {
       float: none;
       margin-left: 0;
       width: 100%;
    }
    

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you for using our theme.

    #3927
    Maria
    Participant

    I appreciate the quick response, but I was hoping for a line or something that will physically separate the right sidebar from the content. Kind of like putting the sidebar in a box. Any help would be greatly appreciated!

    #3998
    Maria
    Participant

    Is there a way to add padding, if not a physical line to separate the content from the right sidebar? Any help would be greatly appreciated 🙂

    #4030
    sovit ranjitkar
    Keymaster

    @MairiaM To add padding to separate right sidebar Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:

    #primary {
        width: 62.64%;
    }
    #secondary {
        margin-left: 6.06%;
    }
    
    @media only screen and (max-width: 1078px) {
    	#primary, #secondary {
    	   margin-left: 0;
    	   width: 100%;
    	}
    }

    Now, Click on Save All Changes Button and Refresh your browser.

    Thank you!

    #4047
    Maria
    Participant

    Thanks so much Sovit! What an improvement!

    Best,
    Maria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.