make change to Home Page format
-
On my home page I have 5 film posters. Currently 4 posters on the top row and 1 poster on the bottom row. I would like to have 3 posters on the top row (centered) and 2 posters on the bottom row (centered). Can somebody please let me know what CSS code I can use in order to do so? Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
It looks like you’re very close already :)
If you edit your page, and click over to the HTML tab, you can add a clearing element between the third and fourth posters:
<div style="clear:both"></div>That should drop the next two down onto a row together :)
-
-
- The topic ‘make change to Home Page format’ is closed to new replies.