Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1058014

    Hi there,

    I was able to use the CSS below to change the special headings (all of them). BUT I only want to change one, I have added a custom CSS code for it of lineh , but it’s not working when I do the following code. Probably a stupid error, sorry!

    Code that doesn’t work:
    @media only screen and (max-width:479px) {
    .lineh {
    line-height: 0.5em;
    display: block;
    padding: 0 !important;
    }
    }

    This code works for all special headings:
    @media only screen and (max-width:479px) {
    #top #wrap_all .av-inherit-size .av-special-heading-tag {
    line-height: 0.5em;
    display: block;
    padding: 0 !important;
    }
    }

    #1058298

    Hey Deanna,

    Could you please give us a link to your website, we need more context to be able to help you.

    Please specify the element that you want to adjust.

    Best regards,
    Victoria

    #1058911

    Hi Victoria,

    Yes, thanks – login is in private content below.

    I would like the Script font (pollistons) to have line height of 0.5em on mobile only.

    I would also like the sizes of the buttons to be reduced on mobile.

    Thanks!

    #1060174

    Hi rosewoodva,

    Thanks, but credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

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