I have uploaded a custom background and header image. Now I have indentations on my menu.
Hi,
Actually that’s how it’s supposed to be. But you can make Menu fullwidth by adding following code in Quick CSS
.container { width: 100%;
margin: 0; }
Regards,
Yigit
Thank you!
The code threw the main menu to the right and the top social media icon area to the left leaving phone number on exposed background. The indentations don’t bother me except they are transparent! http://www.hiscreatures.org
Hey,
You can add this:
#header_main_alternate {
background: white;
}
Use this to move the phone number:
.social_header .phone-info {
position: relative;
top: 0;
right: 10px;
}
Adjust the top and right position.
Regards,
Ismael
You are WONDERFUL! Thank you so much. This goes out for approval this week and I am so blessed by your help, Ismael. Thank you!