gk-description-right-img

GK User
Tue Mar 17, 2015 4:47 pm
I have a problem with images which are definied as class="gk-description-right-img The image juts out over the edge of the site (seen on the attached file) on Firefox and IE. The original Steak House-template looks fine.
The link is: http://install.diesaftpresse.de/index.php/gallery
User avatar
Senior Boarder

teitbite
Wed Mar 18, 2015 11:45 am
Hi

You can manipulate the position of it by changing the negative value of it's margin. Add this to override.css and make sure override is enabled in template settings:

Code: Select all
.gk-description-left-img {
    margin-left: -842px;
}

.gk-description-right-img {
    margin-right: -940px;
}
User avatar
Moderator


cron