Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1284003

    Hello –

    I’m having an issue with indenting the 3rd lines of text when using the shortcode icon option in a text box (see example):

    Here an example of what I mean

    How can I indent that third line to match the first two lines? This solution would need to be made throughout the website.

    Thanks for the help.

    #1284137

    Hey KellyKilgallon,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia_textblock .av_font_icon.avia-icon-animate {
      min-height: 80px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1284171

    I just added the code and it does not seem to be working. Here is what the lines still look like.

    #1284252

    Hi KellyKilgallon,

    Best regards,
    Victoria

    #1285539

    Thank you, Victoria. The layout has been fixed to be consistent.

    I used this code in the CSS:

    #top .avia_textblock .av_font_icon.avia-icon-animate {
    min-height: 80px;
    }

    The way the icon and text are presented on the page looks like this:

    [av_font_icon icon='ue885' font='entypo-fontello' style='' caption='' size='25px' position='left' color='#00539c' link='' linktarget='' animation='' id='' custom_class='' av_uid='av-182t1v3' admin_preview_bg=''][/av_font_icon] It can also be planned in advance when dysplasia or cancer develops as a result of long-standing IBD. When surgery is planned, it’s important to be surgically marked by a Wound, Ostomy, Continence Nurse (WOCN) to ensure proper placement of the ostomy.

    I’m looking to have all lines match and not wrap under the icon. Is there a way to do this? I’ve placed the pages that have text wrapping under the icon in private content. It begins at the third line.

    #1285969

    Hi,

    Please try this CSS instead:

    .iconbox_content_container p span.av_font_icon {
        margin-bottom: 60px;
    }

    Best regards,
    Rikard

    • This reply was modified 3 years, 8 months ago by Rikard.
    #1286506

    Hi Rikard –

    I placed that code in the child theme CSS but it did not work.

    Any other tricks up your sleeve?

    – Kelly

    #1286994

    Hi,

    Please try this instead:

    .iconbox_content_container p span.av_font_icon {
        margin-top: -40px;
    }
    
    .iconbox_content_container p span.av_font_icon .av-icon-char {
        line-height: 100px;
    }

    Best regards,
    Rikard

    #1290619

    Hello –

    The code did not work. I’m having the same issue >> See Here.

    Any other advice?

    #1291249

    Hi,

    Please try this instead:

    .iconbox_content_container p span.av_font_icon {
        margin-top: -40px !important;
    }
    
    .iconbox_content_container p span.av_font_icon .av-icon-char {
        line-height: 100px !important;
    }

    Best regards,
    Rikard

    #1291456

    I placed that code in quick CSS and in the Edit CSS child theme and still getting the same results (text wrapping).

    See here

    I can give you temporary access if you’d like.

    #1291485

    it is a little bit like a list-style-position – you can have the list-style-type (dots, square etc or image ) inside or outside.
    i do not see your page – but a little shift of the icon outside the container to the left could help:

    .avia-icon-pos-left {
        margin-right: 0;
        margin-left: -30px;
    }

    If the absolute Alignment to the left is important for you – you had to give to that text-block alb element a custom-class f.e.: shifty
    and have then:

    .shifty p {
      margin-left: 30px
    }
    
    .shifty .avia-icon-pos-left {
        margin-right: 0;
        margin-left: -30px;
    }

    see here result on top – bottom: default : https://webers-testseite.de/kelly/

    #1292018

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1292512

    Fantastic! This solved the problem. Thank you all for the help.

    – Kelly

    #1292945

    Hi,

    Awesome! Glad it is solved. Please do not hesitate to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.