Fix blog post image alignment with CSS

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
KaiMartinsen
 
 
Posts: 23
Joined: Tue Nov 29, 2022 11:53 am

Fix blog post image alignment with CSS

Post by KaiMartinsen »

Hi.

I'm using the blog, with the style "thumbnail".

I have tried using CSS to align the image to the right instead of to the left,
but whatever I tried, it didn't work.

What is the appropriate way to put the image to the right of the text?
What can I do in CSS to fix it?

Image

Image

Thank you in advance.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Fix blog post image alignment with CSS

Post by Pablo »

Although I cannot teach you how to write custom CSS, you can try this:

Code: Select all

#Blog1 .blogthumb 
{
    float: right;
}
KaiMartinsen
 
 
Posts: 23
Joined: Tue Nov 29, 2022 11:53 am

Re: Fix blog post image alignment with CSS

Post by KaiMartinsen »

Thank you so much, Pablo! :D
It worked perfectly!

Image
Post Reply