-
Author
-
July 25, 2017 at 19:54 #168554emilfrolundParticipant
Hi, when trying to visit different pages on my website it doesnt work properly on big monitors.
see the image: https://gyazo.com/07894b1b965e34771fb0056ace8ed33e
July 26, 2017 at 04:55 #168597LauraModeratorHello, 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 solutionLaura 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 🙂
July 27, 2017 at 02:26 #168724RaduModeratorHi,
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 solutionJuly 27, 2017 at 07:09 #168730emilfrolundParticipantHi,
This makes the main-container very wide. Is it possible to keep the width of that, while still solving the issue?
July 28, 2017 at 18:15 #168857RaduModeratorHi,
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 solutionJuly 31, 2017 at 13:25 #169100emilfrolundParticipantI 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.August 1, 2017 at 15:38 #169260RaduModeratorHi,
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 solutionAugust 1, 2017 at 15:46 #169262emilfrolundParticipantOkay, 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?
August 2, 2017 at 18:43 #169395RaduModeratorHi,
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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.