Unable to reduce the image height of the header

Support desk for Multipurpose Quark Theme
GK User
Fri Aug 26, 2016 2:24 pm
Hello,
Unable to reduce the height of the image of the header in home page... I have read several discussions, but I have found no real answer.

It seems that the ecommerce version of Quark, it does not work through admin style template / picture.
Do you have a solution ?

Best Regards.
User avatar
Senior Boarder

teitbite
Sun Aug 28, 2016 12:14 pm
Hi

Header it scripted the way to cover 100% of screen height, but everything can be overwritten with a code like:

Code: Select all
#gkHeaderMod {
    max-height: 700px !important;
    min-height: 700px !important;
}
User avatar
Moderator

GK User
Mon Aug 29, 2016 1:41 pm
Works!
Thank you
User avatar
Senior Boarder

GK User
Tue Aug 30, 2016 9:59 am
teitbite wrote:Hi

Header it scripted the way to cover 100% of screen height, but everything can be overwritten with a code like:

Code: Select all
#gkHeaderMod {
    max-height: 700px !important;
    min-height: 700px !important;
}


Hi, is there a way to cover 100% of screen width?
User avatar
Senior Boarder

teitbite
Fri Sep 02, 2016 11:53 am
Hi

Do You mean the text to spread across 100% of screen?

Code: Select all
@gkHeaderMod .gkPage {
max-width: 100%;
}
User avatar
Moderator


cron