Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #998065

    Hello,

    See Private Content for understand ;-)

    My social network icons are placed in a text box as an image. Each Icons is an image. As you could see in my Printscreeen # 2, I wish that my picture block (social network icons), is centered with the yellow button just above. How to do ?

    Thank you for helping me :-)

    #998090

    Hi,

    Could you please post a link to your website?

    Alternatively, you could try using Button Row element :)

    Regards,
    Yigit

    #998147

    Here the link and password.
    I try with Bottom Row Element but with this I was not able to only have my icons (I still had a round around)

    Thank!

    #998282

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling:

    #av_section_3 .avia-builder-el-6 .avia_textblock {
      text-align:center;
    }

    Best regards,
    Rikard

    #998534

    Thank you !

    The code works very well, the problem is that this text block is found in the footer, which is found on all pages. The code you gave me only works for the homepage :-(

    Sorry

    #998565

    Hi,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your text block element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    .my-custom-class .avia_textblock {
      text-align:center;
    }
    

    Best regards,
    Yigit

    #1000102

    Hi, sorry but my problem isn’t solved :-(
    I removed the first css code from the Quick CSS area and I copied your code in Custom CSS Class from my icon line, see my printscreen..what’s wrong?

    Thank for helping me :-)

    #1000689

    Hi MCLdesign2010,

    You don’t put the css there. In the custom class field goes only the class and the code goes to the quick css.

    Best regards,
    Victoria

    #1001015

    Oh wow ! I’m so happy :-)
    Now, all it’s ok !

    #1001087

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1002434

    You can close this, thanks

    #1002543

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Problem center image group’ is closed to new replies.