Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #848310

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

    #848496

    Hey jjsabatino,

    Please provide a link to the site in question so we can inspect the elements.

    Best regards,
    Jordan Shannon

    #848803

    Sure, here is the link. Plus as they are in different columns, on mobile devices looks terrible, different lines

    #849055

    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

    #852579

    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!

    #852662

    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

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