Special in module bottom1

GK User
Tue Nov 10, 2015 12:26 pm
Hi guys,

I wonder how I can change the width of the pic that is shown in the Special module?
Please have a look at http://www.paindudelicieux.nl/new/

Kind regards,
Edze
User avatar
Fresh Boarder

GK User
Tue Nov 10, 2015 1:19 pm
You need to modify both column with image and with text.
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
.gk-special figure {
    width: 35%;
}
.gk-special-content {
    width: 65%;
}

Now reducing one you need to add to the other, or increasing one you need to reduce the other so the sum gives you 100%.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron