-
AuthorPosts
-
August 18, 2013 at 2:58 pm #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.
August 19, 2013 at 12:13 am #136002It 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.
August 19, 2013 at 2:33 am #136003Hey,
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
August 19, 2013 at 3:47 am #136004that didnt help at all.
Have a look at the site… it looks rather shocking.
August 19, 2013 at 4:12 am #136005Hello,
Exactly the same problem than darkcanvas for me. Forced to downgrade to 1.9.1 for the moment…
Regards,
Jul
August 19, 2013 at 4:34 am #136006This 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.
August 19, 2013 at 7:20 pm #136007Hi,
Mmm, that’s not solved for me…
Same here :
and here:
https://kriesi.at/support/topic/problem-with-post-meta-infos-version-20
Thx
Best regards,
Jul
August 20, 2013 at 4:33 am #136008Hi,
@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
August 20, 2013 at 6:35 am #136009NO 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.
August 20, 2013 at 7:32 am #136010 -
AuthorPosts
- The topic ‘fullwidth page has wrong formatting’ is closed to new replies.