Home › Forums › WoodMart support forum › Content Full width layout
Content Full width layout
- This topic has 14 replies, 2 voices, and was last updated 4 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
April 12, 2020 at 4:09 am #186255
yorgosParticipantHi i use “Content Full width layout” i like the edge of page look like but in high resolution screens not looks nice, so i decide to use only Full width layout and not Content Full width layout. But there is a small problem the edge of pages in a normal resolution it is a bit gathered inside, see attached
full width: https://monosnap.com/direct/M9FHuQ44TJCngbVHSDNMCZaXOqDPiD
Content Full width: https://monosnap.com/direct/SM1oNRveUBX1sHoAGgPtUi3cT1pgWw
the content full with have less margin is it possible to decrease the margin in “full with” so to keep bigger the elements?Thanks a lot
April 12, 2020 at 12:29 pm #186295
Elise NoromitMemberHello,
Please provide the site admin access to the private area I will provide the custom CSS.
Best Regards
April 12, 2020 at 12:34 pm #186297
yorgosParticipantok
April 13, 2020 at 7:19 am #186422
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){ body .main-page-wrapper .container:first-child { max-width:100%; } }
Best Regards
April 13, 2020 at 7:38 am #186432
yorgosParticipantHi thanks but i am not sure that this code is those i need. This convert the content in full width but keep the header and menu in full please check it.
I need to use Full width but decrease the space right and left please see the first ticket and screenshoots. Yoursolution give me the same effect as “Content Full width” option
https://monosnap.com/direct/skfCAhf1IGqCFT6KRb0tYjo3bzB2J6in fact i need to expand whole page content to take advantage of space right and left.
April 13, 2020 at 8:56 am #186467
Elise NoromitMemberHello,
Try this code:
body .site-mobile-menu li.current-menu-item>a{ color:red; } body .site-mobile-menu .sub-menu li a { color: red; }
As per the header set the full-width header https://xtemos.com/docs/woodmart/header-builder/global-header-settings/
Best Regards
April 13, 2020 at 9:51 am #186478
yorgosParticipantWhy colour red?? You probably answer in wrong ticket
April 13, 2020 at 10:21 am #186490
Elise NoromitMemberHello,
I do apologize I copied the wrong CSS.
Here it is:
@media (min-width: 1025px){ body .main-page-wrapper .container:first-child { max-width:100%; } body footer .container.container:first-child { max-width:100%; } }
Best Regards
April 13, 2020 at 10:24 am #186491
yorgosParticipanthttps://monosnap.com/direct/tIYWquOVQeAxamQ04oxTFlF4gi8aJY
do you try the css before provide?? PLease read my first post what exactly i need to do and tell me if this possible. ThanksApril 13, 2020 at 10:28 am #186494
yorgosParticipanti just need `.container {
max-width: 1400px;
}`but for media up to 1024
April 13, 2020 at 10:31 am #186496
Elise NoromitMemberHere is the code:
@media (min-width: 1025px){ body .main-page-wrapper .container:first-child { max-width: 1400px; } body footer .container.container:first-child { max-width: 1400px; } body .whb-main-header { max-width: 1400%; } }
Have you set full-width for the header in the Header builder?
Best Regards
April 13, 2020 at 10:34 am #186497
yorgosParticipanti think fix it my self i looking for this
@media (min-width: 1400px){ .container { max-width: 1400px; }
is it correct?
April 13, 2020 at 10:35 am #186499
Elise NoromitMemberHello,
In this case, all the containers would take this width even those you do not need. That is why I specify which container should take this width.
Best Regards
April 13, 2020 at 10:37 am #186502
yorgosParticipanti need to expand all containers
April 13, 2020 at 11:48 am #186526
Elise NoromitMemberIf you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Content Full width layout’ is closed to new replies.
- You must be logged in to create new topics. Login / Register