Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #558104

    Hi,

    I am having a problem with de banner on the homepage of my site. when I look at the site on mobile or on tablet a part of the text and the call to action buttons dissapear. Can you help me with this?

    With kind regards,
    Angela van den Broek

    #558138

    Hey Angela!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption .avia-caption-content * {
        font-size: 13px!important;
    }}

    Regards,
    Yigit

    #558420

    Hi Yigit,

    Thanks for your repsonse.
    I’ve tried it, but it seems to be making no difference.
    Do you maybe have another solution?

    Regards,
    Angela

    #558421

    Hi,

    Don’t know if you need it, but you can log in to the test environment.

    Regards,
    Angela

    #559435

    Hey!

    I have added the custom css into
    Enfold Options > Website Styling > Quick CSS

    However the text seem to be a lot for a tablet device.

    One alternate solution would be to hide the text in tablet let me know If you wish to hide it.

    @media only screen and (max-width: 1200px) {
        .slideshow_caption {
            width: 80%;
        }
        .responsive #top .slideshow_caption .avia-caption-content * {
            font-size: 13px !important;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .slideshow_caption {
            width: 100%;
        }
    }

    Cheers!
    Vinay

    #566083

    Hi Vinay,

    Thank you for your response and sorry for my very late reaction.
    I do want the banner to be shown at tablet and phone.
    Maybe it is possibe to only show the first headline and the buttons?
    if not, then I will use the code you gave.

    Another quick question: if we update the server from PHP5 to PHP7 we get a few errors.
    Is Enfold PHP 7 compatible or are you maybe working on this?

    Regards,
    Angela

    #566252

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .avia-caption-content { display: none !important; }}

    Please make sure that you are using the latest version of Enfold which is currently 3.4.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/. We have not announced as “fully PHP7 compatible” just yet since we are still testing but you should not have any errors. If you, please let us know and we will look into it.

    Cheers!
    Yigit

    #567128

    Hi,

    Thank you very much!
    We will try again and if we need help I will open another topic.

    With kind regards,
    Angela

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Easy Slider not showing all text and C2A on mobile and tablet’ is closed to new replies.