Hi,
I allready had 1 problem with it in this thread: https://kriesi.at/support/topic/button-in-header-and-footer-problem?message=update-support-forums-topic-status-error
It worked all fine. But since I’ve updated the theme and moved it from the subdomain to the main domain-level, the button doesn’t fit anymore.
See here: http://nie-mehr-depressiv.de/
I didn’t really change anything. How can I fix this now?
Cheers,
Arne
Hi Arne,
Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header .avia-button-wrap.avia-button-right { left: -11.8%; }
Regards,
Yigit
Hi,
I fixed the problem. There was a small mistake. In header.php I inserted the code right before
<!– end container_wrap–>
I now moved it to right before
<!– end container–>
and it works now.