Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #764661

    Hi there, hope you can help me with this, I needed some custom icons so I used images instead. But I would like the text on my homepage to be aligned as this link http://alphaexec.com/images/alpha-screenshot.jpg
    Could you please assist? Thanks!

    #764683

    Hi janicenisha!

    Thank you for using enfold.
    Can you add a div around the image element, so we can be able to target it properly and make the proper adjustment? as the way the elements are now, that would be really diffucult.

    Thank you

    Best regards,
    Basilis

    #765143

    Hi Basilis,

    Ok done, do check the first 2 lines not sure how you wanted the div wraped, tried 2 versions on :

    Prestigious Corporate mailing address & Professional receptionist to greet your guests and clients

    Thanks for looking into this

    #765158

    Hi,

    Alright, let`s go :)

    To fix your issue, just add these custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    
    .avia-builder-el-11 .nav-pic {
        display: inline-block;
        float: left;
    }
    
    .nav-text {
        display: inline-block;
        width: 80%;
        position: relative;
        top: 9px;
    }
    

    IMPORTANT: To work and not affect other pages that use the same class (nav-text and nav-pic), you need to share with me your WP credentials to me create an exclusive class for the row, but you need to enable the custom class field following this tutorial: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    John Torvik

    #765855

    Hey John,

    This is great! Thanks so much. I think not necessary for a custom class as I am only using it here.
    But do you know why the first column behaves differently than the others? (each row has less space in between)

    #765883

    Hi,

    For some reason, there`s a smaller height than other columns. So, to solve this, just add this custom CSS code:

    
    .avia-builder-el-11 .avia_textblock p {
      height: 45px !important;
    }
    

    Best regards,
    John Torvik

    #767181

    Thanks a bunch John! :)

    #767936

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘image behave like icon’ is closed to new replies.