Tagged: , , ,

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1168367

    I noticed that by visiting the site via mobile – some sliders cut the slides (I attach photo) – while in the Faq section some questions are superimposed on the selection arrows (I attach photo)

    Where can I correct this display error?

    photo 1

    photo 2

    #1168457

    Hey cristinagrafik,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .js_active .av-elegant-toggle .toggler {
            padding: 15px 60px 15px 5px;
        }
    }
    

    Where can we see the slider with the issue?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1168481
    This reply has been marked as private.
    #1168966

    Hi cristinagrafik,

    https://share.getcloudapp.com/NQuvJJbD Well, it looks fine on my end.

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #1172267
    This reply has been marked as private.
    #1172272
    This reply has been marked as private.
    #1172822

    Hi cristinagrafik,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .responsive .logo img {
            width: 65%;
            margin-top: 13px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1174705
    This reply has been marked as private.
    #1175570

    Hi Cristina,

    Can you please give us the links to those pages with the sliders?

    Best regards,
    Victoria

    #1175615
    This reply has been marked as private.
    #1176762

    Hi,

    Sorry for the late reply!

    I edited your slides one by one and adjusted font sizes on mobile devices. Attached a screenshot in private content field.
    Please review your website :)

    Best regards,
    Yigit

    #1178239
    This reply has been marked as private.
    #1179017

    Hi,
    Sorry for the late reply, and thank you for the login. I added this css to your Quick CSS to adjust the slider captions for mobile devices:

    @media only screen and (max-width: 479px) { 
    	h2.avia-caption-title {
    		font-size: 12px !important; 
    	} 
    	.avia-caption .avia-caption-content p,.avia-caption .avia-caption-title {
    		padding: 2px 15px !important; 
        }
        .avia-caption {
        bottom: 2px !important; 
        left: 8px !important; 
        padding: 2px 20px !important; 
        }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1183295
    This reply has been marked as private.
    #1183519

    Hi cristinagrafik,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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