Home Forums WoodMart support forum Help Needed with Mobile Responsiveness of Header Banner Message

Help Needed with Mobile Responsiveness of Header Banner Message

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

    ivoltbg
    Participant

    Hi,

    The message I added through your theme, under Header Banner -> Banner content ->

    <p style="text-align: center">This site is a test and is under development. Any actions taken here will not be reflected in reality.
    

    is not responsive on the mobile version and breaks. Could you help me fix it? See attached photo.

    Best regards,
    Nikola

    #675850

    ivoltbg
    Participant

    Image here.

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

    Hung Pham
    Keymaster

    Hi ivoltbg,

    Thanks for reaching to us.

    1. Navigate to Theme Settings > Typography > Advanced. In this area, you can assign elements to below Custom Class:

    .header-banner p

    Please refer to our documentation https://xtemos.com/docs-topic/advanced-typography-settings/

    2. Reduce padding value of an existing code:

    @media (max-width: 768.98px) {
        .header-banner-container {
            padding-inline: 40px;
        }
    }

    Regards,
    Hung PD

    #676490

    ivoltbg
    Participant

    Hi,

    I created a custom selector and reduced the padding-inline to 20px or lower, but unfortunately, there’s no effect. I would appreciate further assistance.

    Best regards, Nikola

    #676565

    Hung Pham
    Keymaster

    Hi ivoltbg,

    I helped you to fix it, please double check.

    Regards,
    Hung PD

    #676654

    ivoltbg
    Participant

    Hello,

    I tried with cleared cache from several browsers, but unfortunately, it got even worse — it’s not displaying properly on either mobile or desktop.

    I kindly ask for further assistance.

    Best regards, Nikola

    #676759

    Hung Pham
    Keymaster

    Hi ivoltbg,

    Please double check. https://prnt.sc/4fu9218kj1eH

    Regards,
    Hung PD

    #676769

    ivoltbg
    Participant

    Hello, it worked!

    Could I please ask you to share how and where you did it, so I can learn from this ticket?

    Thank you in advance!

    Best regards,
    Nikola

    #676807

    Hung Pham
    Keymaster

    Hi ivoltbg,

    You can increase the height of container on mobile https://prnt.sc/3idPhUzHBD_K

    Regards,
    Hung PD

    #678871

    ivoltbg
    Participant

    Ok, thank you very much.

    You can close topic.

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

The topic ‘Help Needed with Mobile Responsiveness of Header Banner Message’ is closed to new replies.