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?
Thank you in advance.
Fix blog post image alignment with CSS
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
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
Re: Fix blog post image alignment with CSS
Although I cannot teach you how to write custom CSS, you can try this:
Code: Select all
#Blog1 .blogthumb
{
float: right;
}
-
-
- Posts: 30
- Joined: Tue Nov 29, 2022 11:53 am
Re: Fix blog post image alignment with CSS
Thank you so much, Pablo!
It worked perfectly!
It worked perfectly!