Home Forums WoodMart support forum How to change the size of the promo banner?

How to change the size of the promo banner?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #162573

    alexwh87
    Participant

    Is it possible to adjust the margin inside the green box?

    And is it possible to remove the green box?

    #162652

    Hello,

    Which green box are you talking about? Kindly share the screenshot and page URL so I will guide you accordingly.

    Best Regards.

    #163630

    alexwh87
    Participant

    I’m using the Decor theme from woodmart.

    #163631

    alexwh87
    Participant

    The previous picture exceeded the upload size

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

    Hello,

    I have seen your screenshot. If you want to adjust the margin of green boxes. You have to define your custom CSS class in that specific row which contains those “Promo Banners”.
    I have defined the “promoBan” custom Class you can check in the below screenshot: https://jmp.sh/AScTYPB

    After defining class you have to use the below CSS code in the page CSS area:

    .promoBan .wrapper-content-banner{
        margin-left:50px;
    }

    Screenshot for clarification: https://jmp.sh/a7S3KBX

    Result: https://jmp.sh/VDgRVui

    To remove the box you can edit the banner and remove the title and subtitle and save the changes

    Best Regards.

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