Home Forums Basel support forum Navigation Menu Issue

Navigation Menu Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6647

    mozomarket
    Participant

    Hello, can you help me with the following:

    http://www.screencast.com/t/cBSnlqIuZ

    Thank You

    #6652

    Artem Temos
    Keymaster

    Hi,

    Login/register link is added to mobile menu automatically. So you can hide them with CSS

    .header-links {
        display: none;
    }
    
    .basel-hover-alt .product-title {
       text-align: center;
    }
    
    .wrapp-swap {
       display:block;
       width:100%;
       text-align:center;
    }
    
    .wrapp-swap .price {
       text-align:center;
    }

    Regards

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