Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • calavaro Friend
    #191022

    Hi,

    How to make the menu float all the way left when the logo image is removed?

    Right now it doesn’t go all the way left and menu items wrap to a 2nd line.

    Please see image.

    Thanks for any help.

    All the best,

    Calavaro


    1. GfG8hwD
    TomC Moderator
    #507564

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings

    calavaro Friend
    #507616

    PM sent with access info.

    Ninja Lead Moderator
    #507756

    <em>@calavaro 391844 wrote:</em><blockquote>PM sent with access info.</blockquote>

    This way will help you to fix menu on your site to left

    + Open templates/ja_hawkstore/tpls/blocks/header.php file

    Line 35

    From

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span9">

    Change to

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span12">

    + Open templates/ja_hawkstore/css/custom.css file

    From


    .t3-mainnav .navbar .nav {
    margin-left: 30px !important;
    float: left;
    }

    Change to

    .t3-mainnav .navbar .nav {
    margin-left: 0px !important;
    float: left;
    }

    calavaro Friend
    #507823

    Thank you for the solution.

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

This topic contains 5 replies, has 3 voices, and was last updated by  calavaro 11 years, 1 month ago.

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