This topic has 4 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #98483
     grigrichters
    Participant

    Hi there, Please take a look at the picture attached. As you can see there is something messed up with the mobile view. This is the same with all my 200+ portfolio items. How can I make the picture resize responsively? The menu is a separate issue which has nothing to do with Kleo. thanks, Grig

    Attachments:
    You must be logged in to view attached files.
    #98755
     Laura
    Moderator

    Hello, try this, add to style.css of child theme or to the visual composer css

    COPY CODE
    
    @media (max-width: 767px) {
    .single-portfolio section.container-wrap.main-color.custom-color.text-center {
        background-size: contain !important;
        padding: 0px !important;
        height: 160px;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #99276
     grigrichters
    Participant

    Unfortunately that didn’t work. Any other solution? thanks, Grig

    #99285
     grigrichters
    Participant
    This reply has been set as private.
    #99604
     Laura
    Moderator

    Hello, try with this code, replace the other

    COPY CODE
    
    @media (max-width: 1280px) {
    .single-portfolio section.container-wrap.main-color.custom-color.text-center {
        background-size: contain !important;
        padding: 0px !important;
        height: 160px;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?