By Daniel on Friday, 29 August 2014
Posted in Technical Issues
Likes 0
Views 563
Votes 0
Hi,

When i'm on Mainsite of Blog, my Picture will float left. Thats perfekt.
But when i click "read more" the Image in the Post is centred.

(see attached URL for example)

When Guest joins my Blog and clicks on a Post, the Blog Image should be on the right site. Not in the middle.
How can i change that? I didn't found a Setting in Backend.
Thank you alot.

I modify it with
float: right;
max-width: 300px;
margin-left: 10px;
margin-right: 10px;


Now it looks good

Awesome Support! for me it was fast!
·
Friday, 29 August 2014 14:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Daniel McDonald,

I'm really sorry that delayed of this reply,
It look like you're using blog image for display on your blog post, by default when you access blog entry page, the blog image will display on top and align to center. If you would like to change the blog image align, you can add this CSS code in your template css file :

#ezblog-body .blog-image-container {
float: left;
}

Hope this help.
If you need further assistance, you can provide us with your Joomla backend and FTP access so we can help you apply this CSS code in your file.
*You can put the information in the optional information field below(SITE DETAILS). Don't worry about privacy. Only Support team can view the information.
·
Friday, 29 August 2014 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Daniel,

You're welcome, glad to heard your issues resolved.
·
Friday, 29 August 2014 15:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post