Is it possible to have a fixed width of image show slider

GK User
Tue Sep 06, 2016 2:18 pm
Hi!
Is it possible to have a fixed width (not full width) of Image Show slider in the header of Storefront template. If possible, how can it be done?
/Regards
User avatar
Senior Boarder

teitbite
Fri Sep 09, 2016 7:46 am
Hi

Please try add this to override.css

Code: Select all
.gkIsWrapper-gk_storefront {
width: 1024px;
margin: 0 auto;
}
User avatar
Moderator


cron