Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28783

    I have uploaded a custom background and header image. Now I have indentations on my menu.

    #138634

    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

    #138635

    Thank you!

    #138636

    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

    #138637

    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

    #138638

    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!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Indentations’ is closed to new replies.