Tagged: page layout, width
- This topic has 9 replies, 5 voices, and was last updated 1 year, 1 month ago by
Theme Horse Support Team.
-
AuthorPosts
-
April 2, 2019 at 1:14 pm #61985
murin.daniel
ParticipantHello, please can you help me with adjusting (making bigger) the max width of articles?
here is an example of how I have it in my website :
https://ekotoxcenters.eu/karta-bezpecnostnych-udajov/and here is how it is in demo of the theme :
https://www.themehorse.com/preview/interface/html-styles/I have not done any changes with width properties so I dont really know why I have it different, can you please help me with it?
Thank you! 🙂
April 3, 2019 at 8:22 am #62010Theme Horse Support Team
KeymasterApril 9, 2019 at 10:58 am #62247murin.daniel
ParticipantThank you! Solved 🙂
April 10, 2019 at 10:29 am #62297Theme Horse Support Team
KeymasterWelcome anytime @murin-daniel
If you have any problem please let us know.April 2, 2020 at 3:39 am #76329kiku
ParticipantHow to reduce left and right margins on mobile devices?
http://minwhoen.cafe24.com/
I added code using custom css.
However, the left and right margins are still not modified on mobile screens.
This is a difficult problem for me, lacking html knowledge.
I wanna 0px margins on mobile devicesHelp me plz T.T
April 6, 2020 at 8:53 am #76483Theme Horse Support Team
KeymasterHi @kiku,
Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and Paste the below Custom CSS Code.
@media (max-width: 575px) { .container, .wrapper { width: auto; } }
Thanks
April 9, 2020 at 9:02 am #76550kiku
ParticipantSolved! Thanks!
April 10, 2020 at 7:19 am #76595Theme Horse Support Team
KeymasterWelcome anytime @kiku
May 16, 2021 at 1:14 am #88601bebanhbeolp
Participantcan we set the width to 100%?
May 26, 2021 at 2:19 pm #88928Theme Horse Support Team
KeymasterHi bebanhbeolp,
Actually the Full width layout is itself 100% related to the container. But if you wish to make 100% related to the device screen size then it can be done through provide Additional Custom CSS code.
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.