SKT Local Business Pro

Home Forums All Other Themes SKT Local Business Pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #76271
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Support:

    I am using SKT Local Business and wonder if the navigation bar background color can be extended to both side of the screen?

    URL: http://aimhigh.leafcom.website/

    Thanks

    #76272
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    body { overflow-x:hidden;}
    
    .header .header-inner .nav::after {
        background: #272727 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        left: -999999px;
        position: absolute;
        top: 0;
        width: 999999px;
    }
    
    .header .header-inner .nav::before {
        background: #272727 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        left: -999999px;
        position: absolute;
        top: 0;
        width: 999999px;
    }

    Regards,
    Chris

    #76274
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Support:

    Custom CSS code added, but navigation width did not change.

    URL: http://aimhigh.leafcom.website/

    Thanks

    #76280
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly send us your WordPress admin details (Username & Password) via

    sktthemes.net/contact Please mention this forum URL while replying so that we understand what

    needs to be done.

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.