Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #27969

    I was given this CSS code to allow the full width post to be FULL WIDTH instead of 600px:

    #top .fullsize .template-blog .post .entry-content, #top .fullsize .template-blog .post .entry-content>* {max-width: 100%;}

    but it doesnt work. The post is full width, but the .post-meta-info is crewed up and the plugins after the post have wrong formatting as well.

    example: http://www.candidtown.com/portraits-clariza/

    Is it possible for you guys to actually FIX the settings so that full-width is actually FULL WIDTH … and not 600px.

    I know that Kriesi thinks that the posts look bad when they are in full width, but I think he should let US decide whether we want to make it 600px … You can keep it at 600 by default, but you should provide an option to let us change it to full-width if we choose.

    Your theme is great, but this weird setting of yours is really annoying.

    #136002

    It looks like this may have been caused by the latest update to your theme.

    I just had a look at th ecached version of that page and it looked fine a few days ago.

    #136003

    Hey,

    Can you please remove the code with max-width: 100%? Use this instead:

    #top .fullsize .template-blog .post .entry-content {
    max-width: 1024px;
    }

    Regards,

    Ismael

    #136004

    that didnt help at all.

    Have a look at the site… it looks rather shocking.

    #136005

    Hello,

    Exactly the same problem than darkcanvas for me. Forced to downgrade to 1.9.1 for the moment…

    Regards,

    Jul

    #136006

    This is the line that screws it up:

    #top .fullsize .template-blog a ,#top .fullsize .template-blog .small-preview img{float:none; display: inline-block; width:100%;}

    to fix it I added this to the customCSS:

    #top .fullsize .template-blog a {float:none; display: inline; width:100%;}

    It works now, but its really annoying.

    Can you guys PLEASE fix the theme!!!

    You can keep the default at 600px… as long as you give the rest of us an OPTION to use the entire width of the page for our content.

    #136007
    #136008

    Hi,

    @darkcanvas: I visited your site again and looks like the code I gave you worked. I’m not sure why you’re saying otherwise. Please remove browser cache then reload the page.

    Regards,

    Ismael

    #136009

    NO dude…

    the code you gave me did NOTHING…

    please read my subsequent messages.where i isolated the problem for you…

    I fixed it by modifying you layout.css file… but i would like a proper and permanent solution.

    #136010

    Hey,

    Oh! I see. My bad. Thanks for the fix then. Let me tag Kriesi. Maybe, he will consider this as a feature request.

    Regards,

    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘fullwidth page has wrong formatting’ is closed to new replies.