When I open the portfolio to full page after previewing it "read more" I get this layout. How can I get the text to layout under the slider?
Portfolio Full Page View Not Laying Out Right
3 posts from 2 voices-
Posted 11 months ago #
-
Nothing?? I mean someone knows why the text doesn't wrap around the slideshow.
Posted 11 months ago # -
Hi InAwesome,
Have you made any CSS customizations that involve changing the widths of the DIVs? According to Firebug the DIV that contains the text is set like this:
.container .four.units { width: 900px; }That width being 900px is what's causing the problem. It should be set to this (I got the value from the demo):
.container .four.units { width: 290px; }When I change the 900px back to 290px the DIV positions correctly.
Based on your content though, I assume you want Overview and tabbed content to be beneath the image and list. To be honest, I'm not sure how to make that happen short of adding custom fields. How comfortable are you with editing template files?
Regards,
MyaPosted 11 months ago #
Reply
You must log in to post.














