- This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Hi,
On my website http://www.creativemms.com.au/emcb/
you can see the list of thumbnail images alligned to the left of the page and the text (event, when, where) aligned to the right.
Just trying to figure out how I have have the text (event, when, where) alligned to the left of the page and the picture sitting right underneath the text.
Thanks,
Dan
FYI it needs to be done using CSS. The image and text were not created and aligned in a “post” or “page”.
>The image and text were not created and aligned in a “post” or “page”.
I think they were based on this…
Etc
So you would have to change the PHP / Template to do this.
> I think they were.
Think so too, see class `alignleft` on the img, remove that and you’ll have the text aligned to the left of the page. If you want to have the image under the text you need to change the order of elements.
when I removed “alignleft” from the image the image now sits on top of the text. Just need the image to sit on the bottom now.
fyi I removed the alignleft from all the posts.