Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #227511

    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!

    #227601

    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

    #227894

    Thank you, I will try…

    #227993

    Hi!

    Please let us know how it goes. For further customization, please visit Werkpress.

    Regards,
    Ismael

    #228401

    it works! thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘design elements 1/6’ is closed to new replies.