This topic has 6 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
I’ve installed Royal theme on a clean WP install and loaded the Minimalist style. I have problems with the sticky menu, the links are positioned in top of the menu zone, and the search icon is on bottom of it.
Any suggestions how to fix this?
Hello,
I’ve checked your site and it’s working well. Look at screenshot please: http://prntscr.com/5uqgmd
Could you please clarify with more details what exactly you want to do and show us screenshots?
Regards,
Robert Hall.
You will see the problem if you scroll down the page.
Hello,
Please add this code in custom.css file:
.fixed-header-area .header-search {
margin-top: -40px;
}
Thank you.
Regards,
Eva Kemp.
Thank you. Seems that is fixed now. Another thing is the search icon on mobile phones. Can you take a look please?
Thank you.
Hello,
Add this code in custom.css file:
@media (max-width: 480px) {.header-search {
margin-right: 40px;
}}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up