Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sebbs Friend
    #196392

    Hi there, site: http://baico.dev.dnsnetworks.ca/
    How can I make my top menu items only on one line… i don’t mind it if the search is shortened?
    Can someone give me a suggestion? PLease and thank you

    TomC Moderator
    #529281

    So that I can try to best assist you, please temporarily switch “Development Mode” to “Off” and “Optimize CSS” to “Off” within your Template Manager-General settings.

    Nazario A Friend
    #529315

    @ sebbs,

    You want your site as this image?

    If so, pls open the file /templates/your_template_name/css/custom.css (if not exists, pls create one) then add this rule:

    .col-xs-12.col-md-3.logo.col-sm-6 {
    width: auto;
    }
    .col-xs-12.col-md-6.t3-mainnav.navbar.navbar-default.hidden-sm {
    width: auto;
    }

    Let me know if this helps.


    1. seb
    sebbs Friend
    #529404

    You’re a genious! Thanks – all my menu items are one line! That’s great – I even added Contact (as my client requested in the first place)…

    I have a couple questions that i thought I would ask since you’re so good at this…
    one my page:
    http://baico.dev.dnsnetworks.ca/
    I think the search bar still needs to be a little shorter…it just looks too busy up there…
    Also what about getting less space (2 or 3 pixels on each end) before and after the menu item
    (see graphic)
    I’m thinking it would make the menu look less wide/long..


    1. space
    Nazario A Friend
    #529734

    @ sebbs,

    I’m so sorry for my late reply. I just checked your site, it seems you have not applied suggestion in my previous reply.

    <blockquote>Also what about getting less space (2 or 3 pixels on each end) before and after the menu item </blockquote>
    You can open the file: /templates/your_template_name/css/custom.css and add this rule:

    .navbar-nav > li > a {
    padding: 30px 10px;
    }

    You can change value in red as you wish.

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

This topic contains 5 replies, has 3 voices, and was last updated by  Nazario A 10 years, 7 months ago.

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