This topic has 3 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #73098
     rawbox
    Participant

    Hi,

    The portfolio pages on desktop view have the right amount of space on each side. but when viewing the same page in mobile the spaces on both sides make the content way to thin. Paragraphs are just way to narrow and looks weird.

    I don’t want to completely remove the container to fix the problem because then desktop view will be to wide. So basically I want to keep things the same in desktop view but more wide in mobile view only. see attachment

    Thanks

    #73357
     Laura
    Moderator

    Hello, i can give you a css fix for mobile container, can you share a link to your site? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #75086
     rawbox
    Participant
    #75411
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo_text_column.wpb_content_element {
        width: 180%;
        margin-left: -40%;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?