• Hello, could anyone please help me with two CSS codes?

    #1

    The first one has to do with the fa-bars. I would like to adjust them (from 32px) so they are more to the left in the mobile menu.

    I’ve got this so far:

    }
    @media (max-width: 480px)
    #site-header-inner {
    padding: 8px 0 0 15px;
    }

    But this warns me I’ll crash my site.

    Does anyone know what I am missing?

    #2

    The second thing I would like to change is the large white space below the slider. Is it possible to bring it to the centre more or just remove the white?

    Any help would be greatly appreciated. Thank you!

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

Viewing 1 replies (of 1 total)
  • Hello,

    Use this –

    @media (max-width: 480px) {
    #site-header-inner {
    padding: 8px 0 0 15px;
    }
    }

    I didn’t see the second issue on your site. Is it fixed?

Viewing 1 replies (of 1 total)
  • The topic ‘CSS help’ is closed to new replies.