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

    hey. can you help me to arrange this ivons in one line. which elements from the ALB should i use?

    #990881

    Hi Alex,

    The page you linked to is password protected, could you share the password in private please?

    Best regards,
    Rikard

    #990919

    OK. thank you.

    #990963

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #av_section_11 .av_font_icon {
    display: inline-block !important;
    }
    #av_section_11 .post-entry-12 {
    text-align: center !important; 
    }

    Best regards,
    Mike

    #990974

    Thank you mike. but this is my landingpage, so murch more color sections will come in future. so can you please help me to pack this code in a custom css class, so i can add it to my footer color section. thanks, alex

    #990976

    Hi,
    Sure, add the custom id “af_social” to the section you want the social icons in, then add this Quick CSS:

    #af_social .av_font_icon {
    display: inline-block !important;
    }
    #af_social {
    text-align: center !important; 
    }

    Best regards,
    Mike

    #991503

    Hey Mike, thank you.

    I have added “af_social” to the color section but nothing happens. have i done somehting wrong? greetings, Alex

    #991632

    Hi diefleischerei,

    Can you wrap just the icons in some div? Hard to center them the way they are now.

    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

    
    #af_social .av_font_icon {
        display: inline-block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #991643

    OK Thanks Victora. i Have put them into a div and have applied the “af_social ” class to the div. but it do not work ;(

    #992174

    Hi,
    I’m sorry, I gave you the wrong code. Please try this instead:

    .af_social .av_font_icon {
    display: inline-block !important;
    }
    .af_social {
    text-align: center !important; 
    }

    Best regards,
    Mike

    #992281

    No problem, thanks for the great help.

    But it still do not work: https://imgur.com/a/7hHcwug

    #992367

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #992869

    Sure. Please look into it :)

    #992870

    i have also another problem. when i try to change the permalink there is an error.

    #993079

    Hi,
    Thanks for the login, I re-saved your theme settings to regenerate your merged css, and now the social icons are lining up. I believe this was a caching issue. Please clear your browser cache and check.

    I was able to change your page to speaker, I’m not sure why you could not. Please check.

    Best regards,
    Mike

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘arrange icons in line’ is closed to new replies.