• Hi,
    I am using Twenty Seventeen Child and editing most with Elementor.
    My site is OK on Desktop/Laptop, but on Mobile format it shows too much space above the Logo.
    Note: I did insert a Nivo Slider using code on Header.php

    I’ve tried all sorts of CSS, without sucees…

    Please help

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @abeato,

    We can remove the space above logo with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    .site-branding {
    padding: 5px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter abeato

    (@abeato)

    Manoj,

    Thanks for your help, but this command affects the design on the large (Laptop )format.
    I need some come that would deal ONLY on Mobile

    Hello @abeato,

    Please apply the below given css under Appearance -> Customize -> Additional Css-

    @media (max-width: 767px) {
    .site-branding {
    padding: 5px !important;
    } 
    }
    

    Kind regards,

    Manoj

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too much space above Logo on Mobile’ is closed to new replies.