Hello, I need to locate 6 logos at the bottom of the page in a row, I have tried to solve it with a table but I do not want to appear the borderline of the table, for this reason I wonder if it is possible 1/6 design elements, …how can I solve my problem?
thank you!
Hey ftt123!
Please add a Color Section element to your page and enter six-columns in “For Developers” section and add six 1/5 column elements inside that color section and place your images inside them. Then add following code to Quick CSS in Enfold theme options under Styling tab
#six-columns .column-top-margin { margin-top: 0px !important; }
#six-columns div .av_one_fifth { width: 15%!important; margin-left: 2%; }
#six-columns .first { margin-left: 0!important; clear: none; }
#six-columns .el_after_av_one_fifth { margin-left: 2%!important; }
Regards,
Yigit
Thank you, I will try…
Hi!
Please let us know how it goes. For further customization, please visit Werkpress.
Regards,
Ismael
it works! thank you