Home Forums WoodMart support forum category heading height

category heading height

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #318123

    Lisawi
    Participant

    Hi,
    how can I enlarge category heading height? At the moment th image ist cut.

    Greetings,
    LIsa

    #318184

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop.wd-header-overlap .without-title.title-size-default {
        padding-top: 620px;
    }

    Best Regards

    #318197

    Lisawi
    Participant

    Works perfekt.
    If I want to enlarge also the normal header? What can I do?

    #318204

    Hello,

    For other headers Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .wd-header-overlap .title-size-large {
        padding-top: 620px;
    }

    Best Regards

    #318645

    Lisawi
    Participant

    Hi,
    what can I do to enlarge also on tab and mobile divice?

    Greetings,

    Lisa

    #318685

    Hello,

    You can try using the following Custom CSS in the Custom CSS for Mobile and Custom CSS for Tablet area.

    .wd-header-overlap .page-title {
        padding-top: 170px;
    }

    You can adjust the padding for tab and mobile accordingly.

    Best Regards

    #318689

    Lisawi
    Participant

    Hi,
    I’m sorry to tell that only landing page slider on mobile has changed but category header not…

    #318697

    Hello,

    Please try using the following Custom CSS for that.

    .wd-header-overlap .without-title.title-shop {
        padding-top: 170px;
    }

    Best Regards

    #318701

    Lisawi
    Participant

    Perfekt – thanks! šŸ™‚

    #318732

    Most Welcome!!!.

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘category heading height’ is closed to new replies.