Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • guap Friend
    #205319

    How can I align the top menu along with the logo?

    Thank you.


    1. Untitled-1
    TomC Moderator
    #565953

    So that we can try to best assist you, please provide the url of the site you’re working on

    guap Friend
    #565973

    <em>@TomC 467274 wrote:</em><blockquote>So that we can try to best assist you, please provide the url of the site you’re working on</blockquote>

    Here is the link

    TomC Moderator
    #565974

    Here’s one creative way to go about it . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path –> templates/ja_fubix/css/

    Within that custom.css file, paste the following CSS rule . . .


    .navbar .nav {
    display: block;
    float: left;
    left: -162px;
    margin: 0 10px 0 0;
    position: relative;
    }

    The negative value “left” property is the one controlling the position (in this case).

    Better ??

    guap Friend
    #565980

    Yes. It is better. Thank you.

    Also, I wanted to remove those gray border lines but not working.

    .navbar .nav {
    display: block;
    float: left;
    left: -162px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    border-style:none;

    TomC Moderator
    #565983

    Try adding this to your custom.css file:


    .t3-mainnav .navbar .nav > li > a, .t3-mainnav .navbar .nav > li > span.separator {
    border: none;

    }

    guap Friend
    #565985

    🙂 Aw the left border of “home” link still visible though

    TomC Moderator
    #565987

    <em>@guap 467313 wrote:</em><blockquote>:) Aw the left border of “home” link still visible though</blockquote>

    Add the following to your custom.css file . . . .


    .t3-mainnav .navbar .nav {
    border-left: none;
    }

    guap Friend
    #565988

    Thank you so very much 🙂

    TomC Moderator
    #565989

    Glad I could help out . . . All the nest with your continuing site development. 🙂

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

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

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