Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1330340

    Hi, I was wondering if you could help me with a couple of items on this site:

    1. The two Buttons – which I’ve styled in Enfold Theme Options / Advanced Styling – are too large on cell phone view, how can I make a more reasonable size on mobile menu?

    2. I’ve noticed that sometimes when I view the site on mobile, the heading font does not appear – I’ve uploaded the Cormorant Google Font, and that is what I’m using for headings.

    Thank you so much for your help.

    #1330420

    Hey Eleina_Shinn,

    Thank you for the inquiry.

    1.) Are you referring to the slider buttons? You can use this css code to adjust the size or style of the butotn on mobile view.

    @media only screen and (max-width: 767px) {
        .avia-button.avia-size-large {
            padding: 11px 20px 9px;
            font-size: 11px;
            min-width: 99px;
        }
    }
    

    2.) It seems to be displaying as it should as shown in the screenshot below.

    Screenshot: https://postimg.cc/QB5V1YTD

    Best regards,
    Ismael

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