Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #814313
CSS Code for mobiel & table paragraph font size
Closed

Comments

  • Helga started the conversation

    I changed my main body paragraph size in custom css like this.

    body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    }

    1. How do I do the same for mobile and tablet as this font size is too big on those devices?

    2. How do I change my standard block quote font size and colour 

    - main

    - mobile

    -tablet

    Thanks

  •  1,845
    Elated replied

    Hi Helga,

    Sorry for the late response!

    There is an options under elated options/fonts where you can set the paragraph size for mobile and tablet devices. I'm sending you a screenshot for easier navigation http://screencast.com/t/6IHb657xOr

    If you're using the elated blockquote shortcode as the one used in our demo content just use the code listed below

    .eltd-blog-holder.eltd-blog-single article .eltd-text-holder p.eltd-blockquote-text{
        font-size: 10px;
    }
    

    note that the code above is only for high resolution devises, or so called 'main'

    If you want to change the value on smaller screens just use the code below

    @media only screen and (max-width:1024px){
        .eltd-blog-holder.eltd-blog-single article .eltd-text-holder p.eltd-blockquote-text{
        font-size: 10px;
    }
    }
    

    the "1024px" value refers to all devices with resolution smaller than that. If you still want additional size setting for mobile screens just paste the code above one more time, with "600px" value.

    Please let us know if there is anything else we can do for you, thanks! 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.