Adapting stylesheet - by El Pablo - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Olga Barlow

  • Avatar: El Pablo
    El Pablo
    Participant
    November 1, 2016 at 11:53

    On my website sportimex.be there is a padding left for the logo in the top bar, but I want the padding to be gone. When inspecting this element in Chrome, I see the following css rule:

    @media only screen and (max-width: 991px)
    .et-header-full-width .header-logo {
    padding-left: 1.80em !important;
    }

    Also there is written in grey text: style.css?ver=4.6.1:2468

    If I’m not mistaking, this is to say that this rule can be on rule 2468?

    Nevertheless, it is not, at least not in my style sheet. Can you help me out here?

    3 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    November 1, 2016 at 15:09

    Hello,

    This padding was added for the full-width header type if you change the width of your header to maximum http://prntscr.com/d1oxqw to avoid problem with left padding http://prntscr.com/d1oys1
    If you don’t use maximum you can add custom style (Theme Options > Styling > Custom CSS) to remove that padding

    .et-header-full-width .header-logo {
        padding-left: 0;
    }

    Regards

    Avatar: El Pablo
    El Pablo
    Participant
    November 4, 2016 at 14:19

    Hi Olga,

    none of the options above seem to be working. Actually the goal is to outline the logo on the same level as the text above (= BESTEL ONLINE OF BEL ONS: +32 (0)3 239 47 63).

    Maybe I should give you a login?

    Kind regards,

    Pieter

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    November 4, 2016 at 15:16

    Hello,

    I see. Then it should be the following settings:
    1) http://prnt.sc/d30e63
    2) And custom styles http://prntscr.com/d30fz4

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.