Hi – this is a fantastic theme. Thanks for the great work. I’ve managed to figure out how to add buttons to the top right, in the header, but the addition of those buttons does not automatically expand the header area (vertically) resulting in my secondary pages displaying partially under the header.
Any help is greatly appreciated!
Hey ignrod,
I couldn’t see anything like that, could you post screenshots of the issue and in what browser you are getting them please? You can upload to a service like imgur.com or a public dropbox folder and then link to them here.
Regards,
Rikard
Hi – thanks for the quick response. I’ve been playing with it, turning the shrinking header off to see if I could resolve it (I could not). I’ve set things back the way I would prefer, with shrinking header. You can see it here: http://wp.ignacior67.webfactional.com/?page_id=92
There’s also a screenshot here: https://www.dropbox.com/sh/3u267kcd0c3ozcg/AAAas8EBhgoHZcgbhc3r04m2a?dl=0
Hey!
You can increase the top padding of the main container:
.html_header_top.html_header_sticky #main {
padding-top: 125px;
}
Let us know if it fix the issue.
Best regards,
Ismael
Excellent. It works. Thank you so much Ismael!