• Hello,

    I’ve created a post but it doesn’t appear centrally and I don’t know where to edit to make it do so. I have looked around online but none of the solutions seem to apply. I’ve also tried putting a div in the post itself but it just moves the text and images and not the white box they are contained in.

    Also, if you press refresh repeatedly, you can see that sometimes it renders the images in 2 rows of 3 (my preference) or 3 rows of 2. How would I prevent this happening?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter chrisharkness

    (@chrisharkness)

    I have changed it to a single image to scroll through which I think looks better, still could do with solving the alignment thing. Also, if you look on the home page https://213.107.185.85/plesk-site-preview/hdiltd.com/213.107.185.85/ you can see that the text in the scroller half way down the page doesn’t load every time. Again, pressing refresh makes it disappear like it made the formatting of the images change on the other page

    you have this code in the style.css

    
    #content {
        float: left;
        max-width: 72%;
        width: 100%;
    }
    

    it’s reducing the width to 72% and float left so there is a big gap to the right

    so, you can remove the max-width: 72% (and the float: left; as it becomes unnecessary)
    that’ll make it wider but fully central.

    Thread Starter chrisharkness

    (@chrisharkness)

    Thank you, that seems to have worked. Now I just need to work out why the text only appears intermittently on the slider! It’s been a lot more hard work than I expected!

    I wasn’t able to replicate the text issue, all displays fine for me?

    Thread Starter chrisharkness

    (@chrisharkness)

    Apologies, I just installed another slider, I spent hours messing around with the code and achieving nothing. It is sorted now. I should have updated you. Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moving post centrally / image align changing’ is closed to new replies.