Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #346712

    Please, the texts are not aligned to pictures when I use the team member shortcode to insert management staffs.
    Please, how can I align the texts to the picture? I did not see that option in the team member short code

    #346864
    This reply has been marked as private.
    #347088

    Hey!

    Thank you for using our theme.

    The image is centered above the text.

    As the image is smaller than the width of the text container the only possibility you have is to float the image to left:

    
    .avia_image.avia_image_team {
        float: left !important;
    }
    

    If you want this only on the given page:

    
    .page-id-21 .avia_image.avia_image_team {
        float: left !important;
    }
    

    Put the code in custom.css or Enfold->Styles->QuickCSS field.

    Cheers!
    Günter

    #347139
    This reply has been marked as private.
    #347225

    Hey!

    Yes, it will be overwritten in parent theme. Using the child theme is the recommended way. Or using QuickCSS field.
    As the containers are responsive, there is always a problem to have a ‘correct’ size. Best will be to have the image floating to left.

    Defined image sizes you find in functions.php line 92ff.

    Regards,
    Günter

    #347273

    Thank you so much. Your support is excellent.
    One more question: How can I prevent an image from glowing when a mouse is placed over it?

    #347279

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-team-member .team-social { background: transparent; }

    Regards,
    Yigit

    #347307
    This reply has been marked as private.
    #347316

    Hi!

    Please add following code to Quick CSS as well

    .home #tab-id-2-container .image-overlay {
    display: none!important;
    }
    .home #tab-id-2-container .column-top-margin {
    margin-top: 0!important;
    }

    Best regards,
    Yigit

    #347363
    This reply has been marked as private.
    #347364

    Hey!

    Not at all :) Glad we could help! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Texts not aligned to pictiures’ is closed to new replies.