Category banner size issue
-
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
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