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

    Hi:

    I have been using the following code for a long time onother Enfold Websites to make the title text smaller on smaller desktop computers – 10 and 12″, but on this site it does not appear to be working and I’m not sure why:

    /*FIX SLIDER ON SMALLER DESKTOPS*/
    @media only screen and (max-width: 1024px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 35px !important;
    }}

    I’ve tried different versions, or other selectors, to no avail. Help?

    #1288487

    Hey Eleina_Shinn,

    You have selected the font to be 35 pixels in the element options:

    Font Size for medium sized screens (between 768px and 989px – eg: Tablet Landscape)

    If you need to target other screen sizes, then please try adjusting your media query.

    Best regards,
    Rikard

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