Hello,
As you see in picture the logo is blocking menu. 2 questions
1- How can i move logo to up?
2- How can i move menu to down?
I can not give a link it is on local.
Thank you very much.
Cyberek wrote:Only by accessing live I can create a custom css to fix this issue.
Have you made any changes to css? Is the template updated?
This should not happen on updated template without any css changes.
What logo type have you selected?
#gkHeaderNav h2 {
position: absolute;
top: 28px;
}
Cyberek wrote:Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
- Code: Select all
#gkHeaderNav h2 {
position: absolute;
top: 28px;
}
Remember to enable "CSS override" in template settings - advanced section.
Cyberek wrote:Please create a screenshot of how it should look like - for me it looks fine now.
Cyberek wrote:You must have unpublished or changed something in modules settings - html of button is not rendered so its not css issue.
razielz wrote:Cyberek wrote:You must have unpublished or changed something in modules settings - html of button is not rendered so its not css issue.
Is there any way to fix it? I checked all modules and i couldnt find it.