Home Forums WoodMart support forum Category banner size issue

Category banner size issue

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

    indrapal
    Participant

    Hi TEAM,

    Need some help,

    I have set he category banner but when i browse my site on landscape mode or on tablet device, the category banner is not showing properly it looks to small which hides banner contents.

    refer this image: https://prnt.sc/m383xx

    Thanks

    #100024

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Tablet:

    .main-page-wrapper .page-title {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }

    And this to the Theme Settings > Custom CSS > Mobile:

    .main-page-wrapper .page-title {
       padding-top: 4vh;
       padding-bottom: 4vh;
    }

    Best Regards

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