Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #849963

    Hi.

    In mobile version avatar is on incorrect place.
    Avatar appears over the name, but I want it at the left of the name.

    Please find image attached.

    Thank you.
    Regards.

    #850014

    Hey vmoralestejedor,
    Please provide a link to the page in question, I searched your site but only found your posts with no image.
    also, when viewing the same post on a larger screen, is the image to the left or above?

    Best regards,
    Mike

    #850018

    Hi Mike.

    I remove avatar feature in my web until I can solve this issue.
    Yes, in desktop view is perfect, I think is a margin issue.

    Thanks.

    #850069

    Hi,

    Ok, thanks for the feedback. We need to be able to inspect the element in question in order to give you correct CSS though, could you create a test page or something like that maybe?

    Best regards,
    Rikard

    #850083

    Hi.

    The thing is this issue affect at all the web since I put “avatar on” and I dont want a user bad experience long time.

    Please when you are going to check, “put avatar on” in order to check in my web

    Thank you.

    #850137

    Hi,
    OK I have checked in Android, Firefox, & Chrome, with no issues. So it seems to only happen in iPhone, I will ask a team member to check. Which one are you using?
    Please leave the author image on for a little while so they can easily check, thanks.

    Best regards,
    Mike

    #850461

    Hi!
    The avatar images look a bit off. This can also be seen in Safari responsive mode.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        #top .commentlist ul {
            margin: 0 0 0 40px;
            clear: both;
        }
        .children .comment_content {
            margin-left: 0;
    		margin-right: 20px;
        }
        .gravatar img {
            margin-right: 20px;
        }
    }
    

    If you need further assistance please let us know.
    Cheers!
    Victoria

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