Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • regin Friend
    #189513

    Hi

    My logo is only showing the top, so I need to make it bigger. However, changing the width+height, makes the menu drop down one line. how do I avoid that?

    Regin


    1. 06-08-2013-15-45-58
    vecdom Friend
    #501431

    I did this and worked in my case….

    I added following CSS override in custom.css file inside templates css folder (screenshot attached below)

    /* adjust size of the link element to your sizes */
    .logo-image h1 a {
    height: 60px;
    width: 231px;
    }

    /* set logo container size to your logo width plus padding so navigation doesn't overlap with it */
    #t3-header .row .span2 {
    width: 240px;
    }

    /* set navigation container with to auto so it auto adjusts and doesn't force overlap with logo container */
    /* align navigation to the left */

    #t3-header .row .span10 {
    width: auto;
    float: left;
    }

    /* align navigation to the right on all screens large enough to accommodate logo and navigation on the same line */
    @media (min-width: 1185px) {
    #t3-header .row .span10 {
    float: right;
    }
    }

    Screenshot of location of the custom.css:


    1. Screen-Shot-2013-08-06-at-9.34.55-AM
    Saguaros Moderator
    #501470

    Thanks vecdom for sharing solutions.
    @regin: you can post your site url here and switch off Optimize CSS in template manager > general tab, I will help to check for you 🙂

    thomascollado Friend
    #504281

    Thank you vecdom, that worked.:)

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

This topic contains 4 replies, has 4 voices, and was last updated by  thomascollado 10 years, 8 months ago.

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