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

    Hello, I created a vertical team page that is more suited to my company’s needs. Quick question – I’m using text blocks for the bio and I cannot get the picture from the Team element and the text block element to line up properly. Help!

    #801362

    Hey garyhsueh,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    .page-id-214 #av_section_1 .av_four_fifth .avia_textblock {
        position: relative;
        top: -5px;
    }
    
    .page-id-214 #av_section_1 .av_four_fifth .avia_textblock p {
        margin: 0 0 1.7em;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801377

    Thanks, that helped. But I still have the issue with the next 2. Is there any way to do this without making it feel like a hack?

    Thanks

    #801396

    Hi,

    I can’t think of any other way to do it, and that’s why Quick CSS is available to give themes capability to be flexible. The 3rd bio is not using text block can you try to change it to text block and replace the css code I gave you with this one:

    .page-id-214 .av_four_fifth .avia_textblock {
        position: relative;
        top: -5px;
    }
    
    .page-id-214.av_four_fifth .avia_textblock p {
        margin: 0 0 1.7em;
    }

    Best regards,
    Nikko

    #801693

    Excellent. That worked Nikko, thank you.

    #801724

    Hi,
    I am glad Nikko’s solution was able to help you. If you need anything else, please don’t hesitate to ask us here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove space at top of bio’ is closed to new replies.