Tagged: 

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

    I am having issues with aligning the peoples images with there bio in adjacent column. It appears aligned on the backend but is a line off when I view on the fronted or live site. Please help.

    #654376

    Hey washington7765,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .avia_image_team {
        margin-left: 0!important;
    }
    

    Best regards,
    Yigit

    #654520

    That didn’t seem to affect the alignment. Please advise. Thanks

    #654542

    Hi,

    I attached a screenshot in private content field. That is how it looks on my end at the moment. If that is how you want to align, please flush browser cache and refresh your page a few times. If that is not what you wanted, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #654546

    its the image aligning with the text boxes to the right of them…

    #655382

    Hi,

    Please add following code to Quick CSS as well

    .team-img-container {
        width: 50%;
        float: left;
    }

    If that too does not help, please post a screenshot.

    Best regards,
    Yigit

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