Home Forums WoodMart support forum Page TITLE

Page TITLE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #624681

    My WoodMart
    Participant

    How to enlarge graphics in categories

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

    Luke Nielsen
    Member

    Hello,

    Try to use the code below for help:

    .page-title .wd-nav-product-cat .wd-nav-img {
        max-height: 50px;
    }

    Kind Regards

    #629091

    My WoodMart
    Participant

    is it possible to make them aligned to the left?

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

    Luke Nielsen
    Member

    Hello,

    Try to use the code below to align them to the left:

    body .page-title.title-design-centered .wd-nav-product-cat {
        justify-content: left;
    }

    Kind Regards

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