Home Forums WoodMart support forum Header banner

Header banner

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80273

    icecreme
    Participant

    Hi,
    I encountered a problem when adjusting the header-banner. This banner can be adjusted the height, but there is no way to adjust its width. How can I adjust it to the width like the red box on the attachment? Or the same width as the width of the menu and the main body?

    by the way, please tell me the size of the best-imported picture.

    LG
    ice.

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

    Hello,

    It is possible to do with custom CSS:

    .page-title-default {
        max-width: 1222px;
        margin: -40px auto 0 auto;
    }

    Correct 1222px as per your needs and add this code to the Theme Settings > Custom CSS. If the code does not work, provide your site admin access.

    Best Regards

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