Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #765808

    Hello, is there a way to align a number of icons -that are all next to each other- to the center of the screen?

    You can see the situation like it is here: http://the-b.be/

    The icons should be in the center.

    Thank you!

    #765827

    Hey jurgen1979,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .page-id-10 .av_textblock_section .avia_textblock {
        text-align: center;
    }
    
    .page-id-10 .av_textblock_section .avia_textblock p {
        display: inline-block;
    }

    Hope this helps :)

    Best regards,
    Nikko

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