Floating text in blog layout
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Jan 14, 2016 9:08 pm
- Reply with quote
- Report this post
Hello again, new problem, new topic:
I use small intro images in different ways. They are in the news module on my frontpage, they are shared with the articles on facebook and they are used in blog categories. But there I have a small problem. This site (http://www.testserver.grizzly-adams.de/ ... snews-2015) is a category in blog layout. For the first three items I have set the intro image to float:left. But somewhere it seems to be a "float:none" coded. No matter what I change in chrome webdeveloper tool I can´t get the text floating next to text.
Any ideas where it is set to float: none?
Thank you
I use small intro images in different ways. They are in the news module on my frontpage, they are shared with the articles on facebook and they are used in blog categories. But there I have a small problem. This site (http://www.testserver.grizzly-adams.de/ ... snews-2015) is a category in blog layout. For the first three items I have set the intro image to float:left. But somewhere it seems to be a "float:none" coded. No matter what I change in chrome webdeveloper tool I can´t get the text floating next to text.
Any ideas where it is set to float: none?
Thank you
-

- Senior Boarder
- teitbite
- Sun Jan 17, 2016 10:02 pm
- Reply with quote
- Report this post
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.itemList .itemImageBlock {
float: left !important;
margin: 0 30px 30px 0;
}
.itemList article header {
clear: none;
}
.itemList .itemBody {
float: none;
}
-

- Moderator
- teitbite
- Sat Jan 23, 2016 2:11 pm
- Reply with quote
- Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-

- Moderator
4 posts
• Page 1 of 1
