Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17759

    i’ve asked this question before and nobody replied so i hope someone can help me this time. I don’t know how to adjust my right sidebar narrower so i can make the left and right vertical margins of my blog a bit wider. please help thank you…my blog is insanelydesign.com

    #17786
    Sakin
    Keymaster

    @insanelydesign: We answer almost all question posted in our Support Forum. I am really sorry if I have missed it. You can post in your initial question url.

    I check in your site but it’s not yet published. I need live site to check in. Can you tell me by how much you want to reduce and all.

    #17827

    my site is already live. maybe around 1/2″ less from my sidebar. i have a dell netbook so im basing it on my screen. I wanted to have extra 1/4″ wider on my left and right margins of my screen. i want my main content to be the same width. please help me asap because i’m about to launch my site.
    Thank you so much!!

    #17833
    Sakin
    Keymaster

    @insanelydesign: Then check in your suite URL that you have posted. It’s not published. I cannot see it. It shows be godaddy hosting ads.

    #17884

    i am sooo sorry…i feel so stupid. my blog is insanelydivine.com and not insanelydesign….How do i fix my username?

    i hope you can help me with the width stuff…also, how do i remove the box lines? its just too many lines. I just want a separator line between my content and sidebar…help!? :))))))

    #17924
    Sakin
    Keymaster

    @insanelydivine: You cannot change your username but I have changed your nickname. So, now it will display as insanelydivine.

    For reducing the width of the sidebar, you need to consider which screensizes you want to reduce for as it’s responsive design. Right not the default is as below. You can change the width as per you need and add it in “Appearance => Theme Options => Custom CSS” box.

    #secondary {
        width: 406px;
    }
    @media screen and (max-width: 1224px) {
    	#secondary {
    		width: 340px;
    	}
    }	
    @media screen and (max-width: 960px) {	
    	#secondary {
    		width: 100%;
    	}
    }

    To remove the boxes and just add separator line between my content and sidebar, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }
    #primary { border-right: 1px solid #ccc; }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘can't make my sidebar width narrower’ is closed to new replies.