Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Jesse Chuo
    Participant

    I want to change the height for mobile but I couldn’t find the css for it. Here is my website link: https://www.mondoze.com/

    Hi Jesse,

    The announcement box height is dependent on the font size. Reducing further height won’t work without reducing font size.

    Please try the CSS below and change the numbers 14px and 19px as needed.

    @media only screen and (max-width: 600px) {
        #ancr-22352 {
            font-size: 14px !important;
            line-height: 19px !important;
        }
    }

    Thanks,
    Aakash

    Jesse Chuo
    Participant

    <span class = “highlight “><p>🚨Limited Time Offer! 🚨 Get 20% off on all Dedicated Desktops by using “DESKTOP20” code across all brands!</p></span>
    <style>
    @media only screen and (max-width: 600px) {
    .highlight {
    font-size: 14px !important;
    line-height: 19px !important;
    }
    }
    </style>

    I put this on my text it didnt work, where should i put ya?

    Jesse Chuo
    Participant

    Oh i get it ady, thanks ya

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

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms