Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #412258

    Hi,

    I’m using Enfold and when I have a 3 column layout with an H element in the first, para in the second and an image in the third (see: http://i62.tinypic.com/2r3azk5.jpg) They columns are not aligned vertically.

    I have removed all of my custom CSS and the issue is still present.

    The site is at: http://ridelines.digitalessence.net/ and I will supply user/pass details int he private section.

    thanks.

    #412286

    Hi DigitalEssence!

    Please add following code to Quick CSS

    .home .avia-builder-el-3 p, .home .avia_textblock {
      margin-top: 0;
      padding-top: 0;
    }

    Regards,
    Yigit

    #412318

    Thanks,

    will this make it’s way into a future update?

    #412323

    Hi!

    Probably no since there are many elements with top paddings/margins it would break the layout elsewhere. You can use following code as well to add top margin to image container element

    .avia-image-container-inner {
      margin-top: 15px!important;
    }

    Best regards,
    Yigit

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