• How to move the homepage banner title and subtitle (text) to the left side (eg. below the logo)?

    It is now in the center by default. I’m trying something but without success. Thanks in advance.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @vipteam,

    Thank you for getting in touch with us.

    Please go to Appearance → Customize → Additional CSS and add the following css:

    .image-banner .block-title, .image-banner .description {
        text-align: left;
    }
    
    .image-banner .block-title:after {
        left: 0;
        margin-left: 0;
    }

    Hope that helps. Thank you for your time in this.

    Best regards

    Thread Starter vipteam

    (@vipteam)

    Hi @jarektheme,

    Thanks, but how to align with the logo /text content of the site (container)?

    Thanks again. Regards,

    Hi again,

    Actually logo and banner text should be aligned with this code. Please see the screenshot of our main demo page with this code applied: https://prntscr.com/hnld58

    Could you provide the URL to your page so I’ll have a look at it?

    Best

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Homepage banner title’ is closed to new replies.