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!
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