By Camilla on Sunday, 21 June 2015
Posted in General Issues
Replies 1
Likes 0
Views 445
Votes 0
Hello,

I don't know when this happened but when I add a gallery in my posts the text floats to the right of the images... Please see http://pinupworkshop.dk/oplevelser-rejser/rhythm-riot-2014
and the position of the video looks weird too...

How can this happens? I haven't seen it before.

Best Regards,
Camilla.
Hi Camilia,

The gallery is using floating element, while the text that you mentioned aligned to right is being pushed by the floating image from the gallery itself.

To fix this issue, please add this CSS hack into your own Joomla template /templates/pinupworkshop/css/template.css:
.blog-text h1,
.blog-text h2,
.blog-text h3,
.blog-text h4,
.blog-text h5,
.blog-text h6 {
clear: both;
}
Hope this will help, please advice
·
Monday, 22 June 2015 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post