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

    Hi Support,
    I cannot figure out why the text in the text in this row is not in alignment.
    The site is https://dev.lonestarlandlaw.com/
    I rebuilt it and it was aligned for a while. Now it is back to being out of alignment again.
    Screenshot here.

    I also need to resize this ampersand to a smaller size. (Client Request) See the screenshot below for both issues.

    Thanks,
    Keith

    #1194508

    Hey Keith,

    Add this to quick css:

    #main .av-section-color-overlay-wrap .flex_column_table div.av-special-heading-h2 {
    position:absolute!important;
    top:20px!important;
    right:1px!important;
    display:block;
    
    }
    
     #main .av-section-color-overlay-wrap .flex_column_table .avia_textblock{
    margin-top:60px!important;
    }

    Best regards,
    Jordan Shannon

    #1194980

    Hi Jordan,
    That fixed the spacing issue. Thank You!
    Also, did you see the ampersand issue?

    Thanks Again!

    Keith

    #1195023

    Hi Keith,

    Please try this CSS as well for the ampersand:

    .special_amp {
        font-family: inherit;
        font-style: normal;
        font-size: inherit;
        line-height: inherit;
        font-weight: normal;
    }

    Best regards,
    Rikard

    #1195097

    Rikard,
    This worked. Thank you for the great support!!!

    Keith

    #1195104

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Row text not in alignment’ is closed to new replies.