Okay
  Public Ticket #1328056
Photo Karussell not responsible
Closed

Comments

  • zenabala started the conversation

    Hi, it's me once again …

    Since the latest update of WP I feel like I'm permanently running into problems with your theme. On the main page there is the photo carousel on the left side top (Majesty Paper), which is not responsible when using the homepage on a mobile device (or other devices) … any idea what's wrong and where to fix the problem?

    Thanks a lot and best regards,

    Zena

  •  519
    Nikita replied

    Hi.

    This is Visual Composer carousel, not from theme. Try custom styles to fix height of carousel images:

    .vc_carousel-inner img {
        width: 100%;
        height: auto;
    }
    

    Best regards, nK.