Home Forums WoodMart support forum Page title image size

Page title image size

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

    littlelounge.de
    Participant

    Hello Team,

    is it possible to change the height of the entire “Page Title” element including the background image?
    We want to use the page title on a very large scale, but the two default settings are too small for us.

    Thanks in advance!

    #550679

    Hung Pham
    Participant

    Hi littlelounge.de,

    Thanks for reaching to us.

    You can increase the height by changing the padding top and bottom value.

    Please try to use the below custom CSS code and paste it to Theme Settings > Custom CSS > CSS for desktop section:

    .page-title.title-size-default {
        padding: 100px 0;
    }

    Regards,

    #551479

    littlelounge.de
    Participant

    Thank you, that works – but not everytime? In some cases, when we refresh a site / category or visit another, it is back to the old size. The problem occurs particularly frequently on mobile devices.

    Is this a cache problem? We inserted the code one day ago, but the problem is still here.

    #551480

    littlelounge.de
    Participant

    Note: We have entered the code with different size settings at the same time at Mobile CSS.

    #551627

    Hung Pham
    Participant

    Hi littlelounge.de,

    Please record a short video of the issue for better understanding and provide me temporary wp-admin info (wp-admin URL, username, password) to Private Content area, this will allow me to thoroughly investigate and address your concerns in a more efficient.

    Regards,

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