Banner_top image disappears

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jun 12, 2014 4:27 pm
Reply with quote
Report this post
http://www.derbyalcohol.org.uk/

Our masthead/logo is too large to fit in the logo position, so we have used banner_top position for our logo. Unfortunately it disappears when the browser width is narrow or the site appears on a mobile.

Any suggestions?

Ian
User avatar
Expert Boarder

GK User
Fri Jun 13, 2014 9:01 am
Reply with quote
Report this post
This is caused by responsive styles where this element is just hide on smaller screen resolution. Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkBannerTop { display : block !important }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Fri Jun 13, 2014 11:12 am
Reply with quote
Report this post
Thanks.

worked a treat
User avatar
Expert Boarder


cron