Full article image don't work

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 16, 2016 7:02 pm
Reply with quote
Report this post
Hello,
I insert an image in article

Tab - images and links - intro image/full article image
with float left

But the images is over the text and the width is no correct.

See
http://dario.webarch.it/lupi_001/index. ... ghi-comuni
Thank you
User avatar
Junior Boarder

teitbite
Mon Feb 22, 2016 11:28 am
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
.img-fulltext-right {
    float: right;
    margin: 0 0 15px 15px;
}

.img-fulltext-left {
    float: left;
    margin: 0 15px 15px 0;
}
User avatar
Moderator

GK User
Mon Feb 22, 2016 9:56 pm
Reply with quote
Report this post
Thank you!!
User avatar
Junior Boarder

teitbite
Thu Feb 25, 2016 10:41 am
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
User avatar
Moderator


cron