Anchor links not going to correct position.

GK User
Wed Jul 30, 2014 11:31 am
http://demo.octoweb.nl/bullish/index.php/faq

Anchor links are going to wrong positions.

Prolly need a CSS override, but which one? :)
User avatar
Fresh Boarder

GK User
Thu Jul 31, 2014 10:39 am
It is common problem when the header is fixed but there is kind of workaround (not the nicest one). Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
a#Wasvoorschriften,
a#Maatwerk,
a#Bestellen,
a#Retourneren,
a#Ruilen,
a#Klachten { margin-top: -120px; padding-top: 120px }

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


cron