adjust the position of the menu and cart icon

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support adjust the position of the menu and cart icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7300
    daruetsch
    Member

    I’m looking for a way or a custom css code to adjust the position of the menu in the nav bar, for the header and sticky menu. I would like to center it, including the icon cart, to center with the page.

    #7319
    Ernesto
    Member

    Hi! Could you send us a link to your webpage so we can send you the exact code you need?

    Cheers!

    #7323
    daruetsch
    Member
    This reply has been marked as private.
    #7351
    Ernesto
    Member

    Hi! You can try entering the following CSS Code:

    #primary-menu, #title-area, #header {margin-left: auto;
        margin-right: auto;}

    Let us know if you need further assistance!
    Cheers!

    #7377
    daruetsch
    Member

    the icon cart does not move…

    #7424
    Ernesto
    Member

    Hi! Try out the following codes:

    .cart-contents {
    float: center;
    display: block;
    position: static;
    }
    .cart-count{position: static}

    Cheers!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.