Home Forums WoodMart support forum boxed site

boxed site

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #215418

    riotable
    Participant

    Hello

    I have set the site size as boxing, but there is a gap in the sections I marked.

    how can I adjust these gaps?

    Attachments:
    You must be logged in to view attached files.
    #215455

    Hello,

    Please provide the site admin access to the private area I will check the settings.

    Best Regards

    #215461

    riotable
    Participant

    i send it

    #215595

    Hello,

    Now you have set Content full-width https://prnt.sc/trm2u0

    When I set “Boxted” I get this result: https://gyazo.com/3e8e5cf2012a0811f01148ba03d772ff

    Please check again and let me know if you need further help.

    Best Regards

    #233609

    riotable
    Participant

    what I am trying to explain; I want to 0 if there are spaces on the left and right.

    #233610

    riotable
    Participant

    it looks like there is a box in the box.

    I want to make the places I marked as 0 to the right and left.

    Attachments:
    You must be logged in to view attached files.
    #233637

    Hello,

    You need to set the Content full-width. Then set “Stretch row and content” in all the rows of all the pages.

    Best Regards

    #233664

    riotable
    Participant

    I showed you an example with photos, can you check it please? I told you what I want

    Attachments:
    You must be logged in to view attached files.
    #233753

    Hello,

    Please remove the custom CSS for container and this one:

    @media (min-width: 1200px) {
      body[class*=wrapper-boxed] .container {
        max-width: 100%;
      }
    	.main-page-wrapper > .container {
    		padding-left: 0;
    		padding-right: 0;
    	}
    	body .whb-full-width .whb-row>.container,
    	body .whb-full-width+.whb-clone .whb-row>.container {
    		padding-left: 0;
    		padding-right: 0;
    	}
    }
    @media (min-width: 1024px) {
    	body .whb-full-width .whb-row>.container,
    	body .whb-full-width+.whb-clone .whb-row>.container {
    		width: 100%;
    	}
    }

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)