Hi! i need to have 4 social media icons in the same column, if i put them in different columns the space is massive.
How can this be done? attach screenshot of what i need to achieve
Thanx!!!
Hey jjsabatino,
Please provide a link to the site in question so we can inspect the elements.
Best regards,
Jordan Shannon
Sure, here is the link. Plus as they are in different columns, on mobile devices looks terrible, different lines
Hi jjsabatino,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
The icons finally are 2, facebook and instagram. The thing is, to have the space between em that i want, they need to be align right and left. On desktop all good, but on mobile they look really bad. In two rows and really far apart. And i cant use the grid row because i need them inside the color section.
Here i attach admin access.
Thanx!
Hi,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.flex_column.avia-builder-el-16,
.flex_column.avia-builder-el-14,
.flex_column.avia-builder-el-12{
width:33.3%!important;
}}
Best regards,
Jordan Shannon