This topic has 4 replies, 2 voices, and was last updated 10 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

    #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
    #99276
     grigrichters
    Participant

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

    #99285
     grigrichters
    Participant

    I just put it in the “EDIT CSS” area and it seems to work but only on mobile now. It doesn’t resize on ipad for example. Also when you look at this page for example on mobile there is now a huge white space between photo and text and the twitter feed doesnt seem to work.

    http://asteroidday.wpengine.com/page/brian-may/

    thanks,
    Grig

    #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
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?