Adjusting Content Width/ Removing Sidebar space

  • Unknown's avatar

    Hi I’m using the Gateway theme on my blog and I disabled by sidebar which had social widgets and moved it to the bottom of the page.

    I am wondering can someone help me with resizing both the content and the sidebar widths

    i.e. with some CSS code which I am new to… but I can always copy and paste!

    Many Thanks In Advance,

    Stephen

    The blog I need help with is interactive-arts.ie.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. What it does is to actually “hide” the sidebar and then widens the content area, which had a right margin that was controlling the width.

    #secondary {
        display: none;
    }
    #main {
        margin-right: 0;
    }
  • Unknown's avatar

    perfect, thanks a million… thats worked a charm. The problem now is i want to stretch blog post images to their full (but scaled down) form.

    Any ideas on how to correct this?

    Thanks Again.

  • Unknown's avatar

    That’s great.

    With the featured images, the theme itself dictates the size of the image and it actually creates that image in the size shown, on the fly as things load. That means that if we enlarge the images, we are enlarging a smaller version of that image and they are going to lose quality. Also, there isn’t anything we can do about the cropping of the image via CSS, so in the case of your Kickstarting the new School Year post, you aren’t going to see anymore of the image, it would just get larger in the same proportions it is now.

  • Unknown's avatar

    Does this mean we cant do anything other than change themes?

    Thanks for the quick replies

  • Unknown's avatar

    We can make the images larger, but we can’t do anything about the proportions. If you want different proportions on the featured images on the main page, I would suggest looking at different themes.

  • The topic ‘Adjusting Content Width/ Removing Sidebar space’ is closed to new replies.