Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1005654

    Hi
    I just checked your site and the space is fine on both side,
    Check this : http://prntscr.com/e0foq2
    Regards

    vivaldo moscatelli Friend
    #1005695

    Hi Pankaj
    you are right but (and I feel very embarrassed in asking such a void thing…) my customer sees something different on his screen and you can see it here: https://snag.gy/Yo1XJL.jpg he wants to have it perfectly on the center (in reality we are thinking to delete a couple of menu item and this will be more visible…)
    Thanks as usual…
    Vivaldo

    Pankaj Sharma Moderator
    #1005705

    Hi
    You can Suggest him to add below code in custom.css file

    @media(min-width:1300px) {.navbar-nav{padding-left:25px;}}
    

    Adjust the padding value as per needs.

    Regards

    vivaldo moscatelli Friend
    #1005706

    Thanks Pankaj,
    but this resolve it for any screen size? And if I take out an item?
    Is there a way to put it on the center so it doesn’t bother anymore…?
    Thanks
    Vivaldo

    Pankaj Sharma Moderator
    #1005721

    Hi
    Menu already in centre, only in Larger display it slightly not in center, adding above code fix this problem.

    vivaldo moscatelli Friend
    #1005734

    Hi Pankaj
    I turned off one menu item (and maybe I should do it for other 2…)
    and it is clearly aligned to left.
    Is there a way to align it to the center?
    Thanks for all
    Vivaldo

    Pankaj Sharma Moderator
    #1005752

    Hi
    You have to set a width in the code

    @media (min-width: 992px){
    .navbar-nav {margin: 0 auto!important;
        float: none;
        max-width: 1060px}}

    change the width value when u further remove items.
    Hope it helps.

    vivaldo moscatelli Friend
    #1005769

    Thanks Pankaj

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 8 replies, has 2 voices, and was last updated by  vivaldo moscatelli 7 years, 9 months ago.

The topic ‘Align main menu to center’ is closed to new replies.