Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #801408

    Hi,

    I cannot figure this out and maybe you can help me out.
    We want the top of an image align with the first row of a text block. Both are centered in the columns but we want both text and image with 0 top-padding.
    see this Mockup
    THX Freek

    #801427

    i think i figured it out by using the following css code:

    .page-id-13 .av_one_half .avia_textblock {
        position: relative;
        top: -10px; }
    .page-id-13 .av_one_half .avia_textblock p {
        margin: 0 0 1.7em; } 

    THX Freek

    #801461

    Hi,

    Glad that you figured it out and thanks for sharing your solution :)

    Best regards,
    Nikko

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