Forum replies created

    Emily McGill
    Spectator
    Posts: 1
    September 19, 2016 at 7:32 am #30297

    Using Alora pro, I would like to simply enlarge the logo size on the ‘sticky’ header, but am having trouble with the custom CSS (I’m a beginner). Although in my inspector I’m able to adjust the dimensions to my satisfaction by setting the height to 45px and the width to 100%, I can’t manage to map these changes to my CSS.

    The CSS I’m trying to use, to no avail, is:

    #header-sticky.sticky-header.sticky-nav.alora-row.logo {
    element {
    height: 45px !important;
    width: 100% !important;}
    }

    Can you please suggest fixes to this CSS that would effect the change I’m trying to make? Thank you.