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

    Hi
    For hover add below code in custom.css file and replicate the same for other buttons
    The 2nd code is to add background color in mobile, increase the width of buttons to give them same look like calendar button.

    
    .head-right-item.head-links .nav > li > a.btn-group:hover:after{color: #649130;}
    
    @media (max-width: 767px){.head-right-item.head-links .nav > li > a.btn-group {   background: #575757;}}
    

    Regards

    buiak Friend
    #1000221

    thank you for your kind support !
    Please check the website, and advice how can I reduce the padding to make them stay in the same line align also on mobile view the gap between them are to high and make the last icon button to be under logo. please advice with my last request about this styling css.

    Pankaj Sharma Moderator
    #1000232

    Hi
    open /tpls/blocks/mainnav.php file
    find

    
            <div class="col-xs-8 col-md-6 col-lg-3 pull-right">

    Replace it with

    
            <div class="col-xs-8 col-md-6 col-lg-4 pull-right">

    For padding add below code in custom.css file

    @media (max-width: 767px) {.head-right-item.head-links .nav > li {  padding-right: 10px; }}

    Regards

    buiak Friend
    #1000244

    ITS PERFECT !!!!!!!!
    THANK YOU AGAIN !!!!!!!

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

This topic contains 4 replies, has 2 voices, and was last updated by  buiak 7 years, 10 months ago.

The topic ‘please help me with styling’ is closed to new replies.