Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #484657

    Hi,

    The text on my Easy Slider(s) gets cut off phones and tablets. How can I make it responsive? Thanks for your help.

    http://rx4edu.com

    #485045

    Hi reederjack5252,

    Sorry for the late reply. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #485501

    Ok here you go.

    #485511

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia-caption-content p {
        font-size: 12px;
    }}

    Cheers!
    Yigit

    #485599

    Hi Yigit,

    Thanks for the code, but from what I can tell nothing seems to have changed:

    #485778

    Hi,

    Please try the following as well:

    @media only screen and (max-width: 1024px) {
    .avia-caption-content p {
        font-size: 14px;
        padding: 6px 8px;
    }
    }

    Best regards,
    Rikard

    #486073

    Still not quite there:

    Any ideas?

    #486293

    Hi!

    The caption text is set to 12px when the screen size is lower than 480px. On what kind of mobile device are you testing this? You can try this:

    @media only screen and (max-width: 768px) {
    .avia-caption-content p {
        font-size: 12px !important;
    }}

    If your phone has a retina display, try this css media queries: https://css-tricks.com/snippets/css/retina-display-media-query/

    Best regards,
    Ismael

    #486303

    I’m resizing the window on my desktop. When I make the window smaller the text on my Easy Slider is no longer visible.

    #486415

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .avia-caption { padding: 5px 10px; }}

    then disable CSS minifying feature on the plugin you are using and flush cache

    Regards,
    Yigit

    #486693

    Yigit, the Quick CSS is where I’ve been adding all the code. Should your code replace all previous ones? That’s what I did and the problem seems to be exactly as it has been after flushing the cache. Also, I’m not using a plugin to minify CSS. Thank.

    #487451

    Hi!

    Yigit’s code should work. You are using W3 Total Cache plugin. Go into plugin’s setting and choose to switch off caching. Afterwards clear browser cache and hard refresh a few times. Deactivate all plugins while testing.

    Best regards,
    Andy

    #1189991

    I’ve the same problem.. The settings in Content->Style were ignored and the Font Size of the caption remains always the size for the desktop versione that is 44px for the title and 34px for the text.. I try to set different sizes for tablet landscape but nothing change..

    #1190016

    Hi,


    @newmediologo
    please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and attach temporary admin logins in private content field so we can look into it. If you post them here, they will be visible to creator of this thread and since this thread is pretty old, I am going to close it :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Easy Slider text size’ is closed to new replies.