Before you ask please READ THIS

Blog Full Width Images

edited January 2013 in Skyfashion Posts: 7
Hi,
I'd like my images on my main blog page to fill the width of the page but it looks like the sidebar widget it blocking it but I don't have any widgets assigned to the sidebar.

When you click into the post, the image fills the full width which is what I'd like to happen in my main page.

See attached files.

Thanks!
Capture.JPG
1024 x 852 - 114K
Capture2.JPG
993 x 848 - 149K

Comments

  • Hi,
    thank you for information and screens.

    I will check it and back to you.

    Best,
    Miłosz
  • edited February 2013 Posts: 7
    Hello,
    Any updates? Please help.
    http://velvetpaperblog.com/

    Is there a way to extend the whole width of the blog?

    Thanks!
    Post edited by lofbcf on
  • Hi,
    I find solution which should work.

    You need to change 660 line in the layout.css file.
    max-width: 680px;

    you need to change it to:
    max-width: 940px;

    Best,
    Miłosz
  • I have also looking for this solution. After I have change line 660 as you suggested but it did not work! Any ideas?
  • It didn't work. Please help!
  • I figured it out! You have to change:

    div.item-content {
    float: left;
    width: 560px;


    to


    div.item-content {
    float: left;
    width: 940px;
  • edited February 2013 Posts: 0
    You right :)
    i apologize for the mistake.
    Thank you for information.

    Best,
    Miłosz
    Post edited by [Deleted User] on
Sign In or Register to comment.