Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #800907

    hey guys, hope one of you can fix my prob….

    so, i use the content slider as a testimonial, it looks nice in desktop version but when i use the mobile version the text is bellow the image and it does not look good. so i want to remove the pictures from the content slider, but just for mobile version. is this possible… i also tried some css codes from the forum but it had not the affect i want….

    thank you very much and good night…

    #801057

    Hey Terrassenkind,

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

    @media only screen and (max-width: 480px) {
    .avia-content-slider-inner img {
        display: none;
    }}

    Best regards,
    Yigit

    #801062

    Hy yigit,

    thanks, but this does not solve my problem… when i use this code snippet the style of my headlines changes in a very blurry way and the contect slieder looks the same like before…

    are their any other solutions?

    best regards,
    Johannes

    #801074

    Hi,

    I changed the code to following one

    @media only screen and (max-width: 767px) {
    .avia-content-slider-inner img {
        display: none;
    }
    .avia-content-slider-inner  h4,.avia-content-slider-inner  p {
    padding-left: 0!important; 
    }}

    Please flush browser cache and review your website. If that still does not help, please post a screenshot of the issue and changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #801077

    FIXED!

    you’re the best supporter :)
    thank you so much!

    one last quest, for now ;)
    is it possible to have the navigation circles (or arrows) also in the mobile version?

    best regards,
    Johannes

    #801090

    Hi,

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: inline-block;
    }}

    Best regards,
    Yigit

    #801239

    hy yigit,

    had no effect… do you know any different css code?

    best regards

    #801264

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a {
        display: inline-block!important; 
    }}

    I added !important;

    Best regards,
    Mike

    #801279

    Hi Mike,

    thanks for your support.

    the code snippet had also no effect….

    maybe i have to stay with how it is…

    best regards

    #801302

    Hi,

    Please, provide us your WP credentials.

    Best regards,
    John Torvik

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