Make the text less wide

  • Unknown's avatar

    Hi!

    I´ve had a problem with the text and images in my blog for a while. The pictures I´m uploading are a 1000 pixels wide and I don´t want them to be wider than they are (I´ve tried uploading pictures that are 1012, 1018 and 1024 pixels wide but I prefer them to be 1000 pixels). However, the text is wider than my images, which I think is quite disturbing. So I´m wondering if you know any code than can make the text just as wide as the pictures?

    Thanks in advance!

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

  • Unknown's avatar

    You’ve set the maximum width of your site to 1200px and the content area has margins of 7.6% on both sides, leaving you with 1018px for the site content. This is why you have (at most) 9px space beside each image.

    If you don’t want to upload images that are a few pixels wider you could instead set the margins to be a bit larger, which should fix the problem:

    .one-column #content {
      margin:0 8.333%;
    }
  • Unknown's avatar

    Hello and sorry for my late response! The code worked, thank you so much for helping me!

  • The topic ‘Make the text less wide’ is closed to new replies.