Small Banners in front page - by DaphneO

This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp

  • Avatar: DaphneO
    DaphneO
    Participant
    November 8, 2015 at 21:21

    Hello,
    1. Trying to change the texts hierarchy in the 2 small banners, something happened and the right banner suddenly have a text aligned to the left and not to the right as it was before.
    How can I solve that?

    2. In addition, as you can see on the banners of my actual website, the font size doesn’t fit.
    I would like to control the size but h1, h2 and h3 are or too big or too small
    is there another html I can use?

    thank you very much

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 9, 2015 at 14:00

    Hello,

    1. You can align text of the mentioned banner in Visual Composer editor as shown on the screenshot:
    http://prntscr.com/90rr7j

    2. You can use css properties in custom.css to change font size you, for example:

    .banner-content h3 {
        font-size: 16px !important;
    }

    How to create custom.css you can watch in this tutorial.

    Best regards,
    Jack Richardson.

    Avatar: DaphneO
    DaphneO
    Participant
    November 10, 2015 at 18:15

    Hello,
    thank you very much it does work now.

    Last question about it,
    the text starts to high, I would like it to start next line ( or lower ).
    I tried <p> but it didn’t work, how can i do that?

    Thank you very much.

    Avatar: Eva
    Eva Kemp
    Support staff
    November 10, 2015 at 20:34

    Hello,

    Try to use this code in custom.css:

    .banner.banner-font-dark .banner-content {
       margin-top: 30px !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.