Home Forums WoodMart support forum Problem on the cart page with boxed layout

Problem on the cart page with boxed layout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #540721

    maloneweb
    Participant

    Hi, I have a problem on the cart page with boxed layout, the texts come out of the body, how can I solve it?
    Link website https://forpetshop.it/carrello/

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

    Luke Nielsen
    Keymaster

    Hello,

    Firstly, update the theme to the latest version and then send me access to the admin dashboard so I can investigate what is wrong there.

    Kind Regards

    #540837

    maloneweb
    Participant

    I send the access data

    #541267

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Theme Settings -> General -> Layout and change the “Site width” field: https://prnt.sc/IXH0Ost_Ux9J

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

    #541979

    maloneweb
    Participant

    Hello, sorry but there was a misunderstanding.

    Next i ask you what i need exactly:

    I see the solution, but it wasnt what i need:

    1) i have a boxed layout (no full width);

    2) how i can customize the container width, BUT in boxed layout? If i select “custom” the container became full widht and dont remain boxed.

    3) i think that i need of a custom css for the class “website-wrapper” but now i see that is variable like this screenshot: https://prnt.sc/hwSOvlDNInRh

    Please give me a solution.

    Thanks and best regards

    #542204

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below into the “Desktop CSS” area in Theme Settings -> Custom CSS and recheck the isuse.

    body[class*="wrapper-boxed"] {
        --wd-boxed-w: 1400px;
    }

    Kind Regards

    #543310

    maloneweb
    Participant

    Hello Sir, thanks a lot.

    Please help me with this other feature: can you give me the css to have a white shadow on laterals?

    Please see this screenshot to see: https://prnt.sc/OKIM9amkAc3X

    The css command is box-shadow, but i dont know the right values.

    Please let me know.

    Thanks and best regards

    #543734

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the custom below for help:

    body[class*="wrapper-boxed"] .website-wrapper {
            box-shadow: 0 1px 35px rgba(255,255,255,0.94);
    }

    Thank you for your time.

    Kind Regards

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