Viewing 15 posts - 1 through 15 (of 40 total)
  • Author
    Posts
  • TCB Friend
    #206245

    I am trying to remove the blank black bar at the top of the template where the newsticker, search bar and top login used to be (occupied “headline” and “header-modules”). I have placed those modules elsewhere and am trying to remove this bar and move the whole template up?


    1. blankspace
    Adam M Moderator
    #570182

    Hi @cmnow ,

    Please open file /templates/ja_muzic/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    div.wrap.toolbar {
    display: none;
    }
    div.t3-mainnav {
    margin-top: 0;
    }

    Adam M Moderator
    #735254

    Hi @cmnow ,

    Please open file /templates/ja_muzic/css/custom.css (if you don’t have this file, just create a new one) then add this code :

    div.wrap.toolbar {
    display: none;
    }
    div.t3-mainnav {
    margin-top: 0;
    }

    TCB Friend
    #570196

    Thanks so much for your reply. I added the code above. Instead of getting rid of the black bar, it just turned it gray?


    1. gray
    TCB Friend
    #735268

    Thanks so much for your reply. I added the code above. Instead of getting rid of the black bar, it just turned it gray?

    TomC Moderator
    #570200

    Try adding the following to your custom.css file instead:


    .t3-mainnav {
    margin-top: 0px;
    }

    Better ??

    TomC Moderator
    #735272

    Try adding the following to your custom.css file instead:


    .t3-mainnav {
    margin-top: 0px;
    }

    Better ??

    TomC Moderator
    #570202

    If, for some reason that doesn’t work, then try the following:

    Look to file path —> /templates/ja_muzic/local/css/template.css
    at line 1812, and modify as follows . . .


    .t3-mainnav {
    background: none repeat scroll 0 0 #000;
    border-bottom: none;
    margin-top: 0;
    }

    TomC Moderator
    #735274

    If, for some reason that doesn’t work, then try the following:

    Look to file path —> /templates/ja_muzic/local/css/template.css
    at line 1812, and modify as follows . . .


    .t3-mainnav {
    background: none repeat scroll 0 0 #000;
    border-bottom: none;
    margin-top: 0;
    }

    TCB Friend
    #570208

    <em>@TomC 472896 wrote:</em><blockquote>If, for some reason that doesn’t work, then try the following:

    Look to file path —> /templates/ja_muzic/local/css/template.css
    at line 1812, and modify as follows . . .


    .t3-mainnav {
    background: none repeat scroll 0 0 #000
    border-bottom: none;
    margin-top: 0;
    }

    </blockquote>

    I made the described change and now you cant make out the top menu, it is covered by a black bar?

    PS: Sorry to be a bother


    1. covered
    TCB Friend
    #735280

    <em>@TomC 472896 wrote:</em><blockquote>If, for some reason that doesn’t work, then try the following:

    Look to file path —> /templates/ja_muzic/local/css/template.css
    at line 1812, and modify as follows . . .


    .t3-mainnav {
    background: none repeat scroll 0 0 #000
    border-bottom: none;
    margin-top: 0;
    }

    </blockquote>

    I made the described change and now you cant make out the top menu, it is covered by a black bar?

    PS: Sorry to be a bother

    TomC Moderator
    #570209

    <em>@TomC 472894 wrote:</em><blockquote>Try adding the following to your custom.css file instead:


    .t3-mainnav {
    margin-top: 0px;
    }

    Better ??</blockquote>

    Remove this CSS from your custom.css file.

    Save Changes – Clear Cache – Refresh Page

    TomC Moderator
    #735281

    <em>@TomC 472894 wrote:</em><blockquote>Try adding the following to your custom.css file instead:


    .t3-mainnav {
    margin-top: 0px;
    }

    Better ??</blockquote>

    Remove this CSS from your custom.css file.

    Save Changes – Clear Cache – Refresh Page

    TCB Friend
    #570214

    No luck unfortunately. Still obstructing the main menu and logo (which looks awesome now!)

    TCB Friend
    #735286

    No luck unfortunately. Still obstructing the main menu and logo (which looks awesome now!)

Viewing 15 posts - 1 through 15 (of 40 total)

This topic contains 40 replies, has 3 voices, and was last updated by  TCB 8 years, 10 months ago.

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