The standard container width (.td-container) desktop is 1068px. I wonder if you have any way to change this width by theme settings without having to use extra CSS in child theme?
———-
TRADUZIDO DE:
A largura padrão do container (.td-container) em desktop é de 1068px. Gostaria de saber se tem alguma forma de alterar essa largura pelas configurações do tema sem ter que usar css extra no tema filho?
Hello gilvancn,
If you want to make your main container being wider, also you will have to change the width of the theme and please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Also, I have noticed that above sites which you gave me, as an example, are supports the RTL mode while out theme do not support this mode, sorry!
Thanks for your understanding!
Hi,
The theme width can be changed with a css code but as Catalin stated above, it will be no easy task as our theme is based on a fixed width and all theme elements are based on that width. You can use css to change the main content width but we highly discourage this as it will break the layout and create more problems. The theme width is added on this container: http://screencast.com/t/WMaleOnkcV
You can use media queries to target just the desktop version of the site: https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries
But if you do decide to change the width, please keep track of it so if any layout problems occur, you know about the modification.
Thanks
Hello nmf,
If you want to do this, you will have to edit the style.css file and change this parameter -> http://screencast.com/t/4jUudiSod but please notice that you can break the layout of the theme.
Thanks for your understanding!