Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #250760
    Bastien Chilloux
    Participant

    Hi,

    I am having issues with how my pages are displayed on large screens (like 5K 16/9 monitors).
    In fact, the margin is way too big (left and right) and doesn’t keep the proportions I see on my MacBook Pro.

    It causes unpleasant placement of my texts // photo slider on my home page.

    https://bastienchilloux.com

    Please tell me how to solve this.

    Screenshot : https://ibb.co/Yds1Kmr

    #250886
    Skandha
    Participant

    @bastienchill: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wrapper {
        max-width: unset;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #250890
    Bastien Chilloux
    Participant

    Fine but I’d like to reduce the margin for the texts of the slider.

    #250891
    Skandha
    Participant

    @bastienchill: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .entry-container > * {
        margin-left: unset;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #250892
    Bastien Chilloux
    Participant

    That’s perfect !
    Thank you, have a nice day !

    #250895
    Skandha
    Participant

    @bastienchill: Glad it worked out out!

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Reduce margin on large display screens’ is closed to new replies.