Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sebbs Friend
    #198559

    can someone help me get rid of the space (red/grey) between my logo and the home button?

    http://bmwqc.dev.dnsnetworks.ca/

    Manos Moderator
    #538143

    Hi,

    You can add this to your custom.css file


    h1.logo {

    background: none!important;

    }

    sebbs Friend
    #538144

    Nothing changed <em>@pascm 431175 wrote:</em><blockquote>Hi,

    You can add this to your custom.css file


    h1.logo {

    background: none!important;

    }


    </blockquote>

    Manos Moderator
    #538145

    Hi,

    I can see that your website doesn’t use the custom.css file, you can add the code in your template.css file or make adjustments so to use a custom.css file in order for your changes not to get overwritten from a feature update. (let me know if you need help on this).

    Regards

    Manos

    sebbs Friend
    #538147

    you’re absolutely right! … okay now it works… can we make the space between logo and home button 1 px?

    Manos Moderator
    #538148

    You can try this :


    margin-right: -12px;

    right under the previous statement for the background color so your code should like something like this :

    h1.logo {
    background: none!important;
    margin-right: -12px;
    }

    Let me know if that helps!

    sebbs Friend
    #538149

    Very nice!!!

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

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

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