Home › Forums › Arnold WordPress Theme › Change of Main container post size to fullwith
- This topic has 6 replies, 2 voices, and was last updated 8 years, 2 months ago by
entxu.
-
AuthorPosts
-
February 16, 2018 at 8:26 am #14559
entxu
ParticipantHi there,
I’ve been working with your Arnold theme and I would like to modify a little bit the post container width. I would like to make it wider, to make it look as the other pages, closer to fullwidth or even fullwidth, to make it aligned with logo on the left and menu on the right. I’ve tried to change css from the editor but it doesn’t work. Could you help me with this??
This is the website (one post):
http://www.leperfectier.com/luark/es/tres-viviendas-en-nabaz/
Thanks a lot!
February 16, 2018 at 2:47 pm #14563Hi,
Please try to paste the custom css code to “Appearance > Customize : Additional CSS”
@media(min-width:1200px) body.single .fullwrap-layout article.container { width: 1170px; } } @media(min-width:992px) body.single .fullwrap-layout article.container { width: 970px; } }Regards!
Bwsm – uiueux.com – Twitter – FacebookFebruary 16, 2018 at 5:35 pm #14564entxu
ParticipantHi again,
I’ve tried but it doesn’t seem to work. It says it’s missing some { on the code. I ‘ve tried to fix it but it doesn’t seem to work either. What could the problem be?
Thanks for the quick reply!
Cheers
February 19, 2018 at 4:27 am #14567Sorry, please update the css as:
@media(min-width:1200px) { body.single .fullwrap-layout article.container { width: 1170px; } } @media(min-width:992px) { body.single .fullwrap-layout article.container { width: 970px; } }March 7, 2018 at 9:25 pm #14705entxu
ParticipantHi again!
I tried this an it worked, the post went wider, but they don’t really go full-page as the other pages, aligned with the menu and logo. Is this possible? If it si, What would be the size to set up in this css?
Thanks!
Miren
March 8, 2018 at 1:44 am #14706please update the css as(change the order):
@media(min-width:992px) { body.single .fullwrap-layout article.container { width: 970px; } } @media(min-width:1200px) { body.single .fullwrap-layout article.container { width: 1170px; } }———-
If it doesn’t work, please send your question and wp-admin(url/user/pass) to uiueux@gmail.com, I’ll log in to check it.March 13, 2018 at 8:44 pm #14761entxu
ParticipantHi!
Yes, it works now! thanks very much!!!!
Cheers!
-
AuthorPosts
- You must be logged in to reply to this topic.
