Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1179902
    Darren S
    Participant

    Hi guys,

    I’ve recently noticed that my images are not displaying correctly on my site. An example is here:

    http://veganfitness.com/berry-protein-cereal-bowl/

    The images with the description underneath are aligning to the right even when I choose center or left.

    Any help would be appreciated.

    Thanks!
    Darren.

    #1179983
    Christopher
    Moderator

    Hi there,

    Please remove inline CSS position: absolute; from image element.

    Please add following code in Customize -> Custom -> CSS :

    span.sw-pinit {
        margin: 0 auto !important;
    }

    Hope it helps.

    #1180388
    Darren S
    Participant

    Hi,

    Thank you for your reply. I added the CSS to the customizer, but I’m not quite sure what you mean about removing the absolute from the image element? I looked in the Text tab of the post to see if there was any code with ‘absolute’ where the image is but I don’t see it.

    What exactly am I meant to do please?

    Thanks!
    Darren.

    #1180539
    Nico
    Moderator

    Hi There,

    Try adding this in your custom CSS:

    .wp-caption img{
    positiong:relative !important;
    }

    If still not helping, would you mind sharing us your admin credentials so we could check your setup closer.

    Don’t forget to set it as private reply.

    Thanks.

    #1180927
    Darren S
    Participant
    This reply has been marked as private.
    #1180954
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > CSS in the Customizer.

    
    .sw-pinit img {
         position:relative;
    }
    

    Hope that helps

    #1181822
    Darren S
    Participant

    Hi,

    I added the code and it still hasn’t sorted it. Should I have removed the other codes from the previous attempts?

    I’m not even sure what all of the CSS does which I have in the customizer, but it’s from previous fixes.

    Thanks!
    Darren.

    #1181897
    Rahul
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? The Details provided by you does not give access.

    To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1181899
    Darren S
    Participant

    Hi,

    Please see a couple of posts above for my login credentials.

    Thanks!

    #1181997
    Joao
    Moderator

    Hi Darren,

    The credentials above don´t seem to be working, would mind to check if they are correct?

    Thanks

    Joao

    #1182030
    Darren S
    Participant
    This reply has been marked as private.
    #1182267
    Friech
    Moderator

    Hi There,

    Thanks for the credentials, I did go ahead and resolve the issue. See the custom CSS on your Customizer.

    Hope it helps, Cheers!

    #1182649
    Darren S
    Participant

    Excellent, thank you!

    Have a great day! 🙂

    #1182734
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1179902 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>