Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • spelabuda Friend
    #795480

    the menu shifts down, if you resize the webpage on tablet which is ok.

    But cannot fill in the background white area of the menu (left/right) with the header background color.
    can you please take a look at the attached screenshot?

    thank you!

    http://tennis-force.com/


    1. bg-menu-issue1
    Ninja Lead Moderator
    #801232

    Hi,

    With the problem on tablet devices, you can fix it with my solution below

    • Open templates/ja_charity/tpls/blocks/header.php file and add col-sm- as my screenshot

    • Open templates/ja_charity/css/custom.css file and add the css style
    @media  (min-width: 768px) and (max-width: 1024px) { 
        .navbar-default {
            font-size: 16px !important;
        }
    
        .navbar-default .navbar-nav > li > a {
            padding: 10px 5px !important;
        }
    }

    Let me know if it helps

    Regards


    1. Screen-Shot-2015-12-11-at-11.18.17
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum