Image full height module

Support desk for Multipurpose Quark Theme
GK User
Sun Jan 31, 2016 10:21 am
Hey everyone,

Is there a possibility to make an image in a module, the full height of the module?
I want to remove the padding around that image so it goes from the top to bottom border.

Thanks in advance for your replies.
User avatar
Fresh Boarder

teitbite
Thu Feb 04, 2016 10:19 am
Hi

Please tell me the url to Your site and explain which module You want that modification for.
User avatar
Moderator

GK User
Tue Feb 09, 2016 12:51 pm
The URL HTTP://bizontine.com/jewel
In the bottom modules I want to add images that are the height of the module itself.
For example the "les petite fioles" section. The middle image should be as high as the module.
User avatar
Fresh Boarder

teitbite
Wed Feb 17, 2016 12:59 pm
Hi

I can see all You got in bottom5 and bottom6 are images, so I think best way will be to get rid of padding in this area with this code added to override.css:

Code: Select all
.frontpage #gkBottom5 .box,
.frontpage #gkBottom6 .box {
    padding: 0;
}


and resize this images to cover a bigger space.
User avatar
Moderator


cron