Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1369184

    Hello again,
    Can you help with this?
    I’d like to move the icon to the front of the sentence. It doesn’t follow with the sentence.
    (When the sentence aligns to the center, the icon just remains on the left side.)
    This is on the index page.
    Thank you

    #1369205

    Hey colorlike,

    Please try to enable debug mode in order to see layout builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. Then you can try copy the icon shortcode into the heading element.

    Best regards,
    Rikard

    #1369292

    This is the same situation that I asked for 2 days ago.
    Please look at the website so you know what I mean.
    Thank you

    #1369311

    Hi colorlike,

    Please edit those specific Text Blocks and then go to Advanced (tab) > Developer Settings > Custom CSS Class put titleblock
    Then go to Enfold > General Styling > Quick CSS and add this code:

    #top .titleblock .avia_textblock {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #top .titleblock .avia_textblock > * {
        margin-top: 20px;
    }

    Best regards,
    Nikko

    #1369477

    Hello Nikko,
    Thank you for your time.
    I’m sorry that I don’t understand what you mean.
    Isn’t there an easy way to do that like Mike let me know?

    .page-id-378 #av_section_2 .av_textblock_section p {
    width: 470px;
    margin: auto;
    }
    The index page is post=734..

    #1369481

    Hi colorlike,

    I see, please add this CSS code:

    #top.page-id-734 .av-l4g77ttp-5664c9cf5a7fc69250379a2190c62538 .avia_textblock, 
    #top.page-id-734 .av-l7ob3f14-73e6ca3d72bdb673035849e1418dbe82 .avia_textblock {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #top.page-id-734 .av-l4g77ttp-5664c9cf5a7fc69250379a2190c62538 .avia_textblock > *, 
    #top.page-id-734 .av-l7ob3f14-73e6ca3d72bdb673035849e1418dbe82 .avia_textblock > * {
        margin-top: 20px;
    }

    Best regards,
    Nikko

    #1369484

    Hello Nikko,

    It worked finally!
    Thank you so much!

    Sincerely,

    #1369490

    Hi colorlike,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘I’d like to move the icon to the front of the sentence.’ is closed to new replies.