Shop Categories

X

Desktop Menu Spacing

Home Forums Agama Pro Desktop Menu Spacing

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20825
    isampatterson
    Participant

    Hello,

    You’ve previously helped me with some additional CSS coding to help display the menu and header differently on mobile.

    Now, I have a couple of issues with the desktop version – firstly, please can you help me remove the large space in the desktop menu? As you can see, it takes up far more space than necessary.

    Secondly, on the homepage, it isn’t displaying some pieces of content correctly – for example under ‘a few awards we’ve won’, the stars are all meant to be golden, and display as gold in the site preview, but appear blue to users.

    Thanks,
    Sam

    #20827
    Zex
    Moderator

    Hello, Sam!

    Please insert the following codes into Customizing->General->Additional CSS:

    @media (min-width: 480px){
    #agama-logo{
        float: left!important;
    }
    }
    i.fas.fa-star {
        color: #e0a400!important;
        border-color: #e0a400!important;
    }
    .elementor-element-cf44279 h3,
    .elementor-element-1d965f6 h3 {
        color: black!important
    }
    #20864
    isampatterson
    Participant

    Brilliant. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.