Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128223
    rwilkin
    Participant

    I’ve added a selection of images to a page http://ranirai.com/home/sculpture/ and I would like to centre this block of images on the page. Centre justifying each image seems to create a vertical line of images, putting the cursor in the centre and importing them in one go messes up the spacing between them and makes editing in future more difficult.

    I have tried adding .entry-content {text-align: centre;} in Additional CSS but this doesn’t seem work. Any thoughts on what I’m doing wrong?

    Thanks,

    Ralph

    #128238
    tikaram
    Keymaster

    @rwilkin : Go to Appearance => Customize => Additional css and add the following css.

    .page-id-63 .alignleft{
    	margin: 0.6em 1em 1.5em 1em;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128243
    rwilkin
    Participant

    Thank works a treat thank you. The way I was trying to fix it was never going to work.

    It’s a shame WordPress doesn’t have an easy table function for this type of situation. I did try a few table and grid plugins but couldn’t find one which enabled links on individual images.

    Cheers,

    Ralph

    #128247
    tikaram
    Keymaster

    @rwilkin : Glad to know that the issue has been resolved. Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Centre entry-content’ is closed to new replies.