Home Forums Basel support forum Text alignment

Text alignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10967

    ricardo.araujo330
    Participant

    Hello,

    I would like to alight the text as shown in in screenshot. how can i make it ?

    The actual html is:
    <span class="vc_icon_element-icon icon-cursor icons" style="float: left; color: #dadada; font-size: 38px; margin: 0 10px 0;"> </span>Cais do Seixalinho, 2870-491 Montijo, Portugal

    Thank you

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

    Artem Temos
    Keymaster

    Hi,

    Please, provide a link where we can see it on your website.

    Thank you in advance

    #10991

    ricardo.araujo330
    Participant

    Sure, try login with this account

    #10992

    Artem Temos
    Keymaster

    Try this HTML code

    <span class="vc_icon_element-icon icon-cursor icons" style="float: left;color: #dadada;font-size: 38px;margin: 0 10px 0;min-height: 60px;">&nbsp;</span>

    Regards

    #11013

    ricardo.araujo330
    Participant

    Sorry but here do i change it ? Thank you

    #11022

    Artem Temos
    Keymaster

    Sorry, if you can’t change HTML, try to add the following code to the Custom CSS area in Theme Settins

    .vc_icon_element-icon {
    min-height: 60px;
    }

    Regards

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