This topic has 8 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #168554
     emilfrolund
    Participant

    Hi, when trying to visit different pages on my website it doesnt work properly on big monitors.

    see the image: https://gyazo.com/07894b1b965e34771fb0056ace8ed33e

    #168597
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    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 🙂

    #168724
     Radu
    Moderator

    Hi,

    Check with the next CSS

    COPY CODE
    
    @media (min-width: 1600px){ 
        .container {
            max-width: 1400px;
        }
    }
    
    @media (min-width: 1800px){ 
        .container {
            max-width: 1600px;
        }
    }
    
    @media (min-width: 2000px){ 
        .container {
            max-width: 1800px;
        }
    }
    
    @media (min-width: 2200px){ 
        .container {
            max-width: 2000px;
        }
    }
    
    @media (min-width: 2400px){ 
        .container {
            max-width: 2200px;
        }
    }
    
    @media (min-width: 2600px){ 
        .container {
            max-width: 2400px;
        }
    }
    
    @media (min-width: 2800px){ 
        .container {
            max-width: 2600px;
        }
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    Let me know
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #168730
     emilfrolund
    Participant

    Hi,

    This makes the main-container very wide. Is it possible to keep the width of that, while still solving the issue?

    #168857
     Radu
    Moderator

    Hi,
    I not the container it’s the issue on big monitors, what’s the issue? please explain to me to can understand correctly.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #169100
     emilfrolund
    Participant

    I would like the content to stay same width and go all the way down to the footer, and I would also like the background image to go all the way down to the footer.

    if this can be done while the width is the same that is the best.

    Attachments:
    You must be logged in to view attached files.
    #169260
     Radu
    Moderator

    Hi,

    just set on for the “Keep footer on bottom” option from wp-admin -> theme options -> general options

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #169262
     emilfrolund
    Participant

    Okay, will do this – but it doesnt solve the issue that the main container now is very wide on all monitors. How can I change the codes you sent so that the content is still the normal width?

    #169395
     Radu
    Moderator

    Hi,

    Sincerely I don’t understand, the first solution from the reply #168724, it handles the container width for certain resolution, if this not what you need to achieve what’s ?To have layout boxed style? instead of wide? Or to have a wide layout but to have a limit after a certain width? ( see the example image below )

    Like this? if yes use the next option from theme options -> layout options -> boxed ->

    If not just draw me ane note on image to can understand exactly

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

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

Log in with your credentials

Forgot your details?