flotsam2000
Member
Posted 6 months ago #
Hi all,
I have managed to get this working on all my sites except this one and am hoping someone can help me troubleshoot. I updated the style.css and it is still a no-go for aligning images right with a caption and word wrap... any ideas?
http://sterlingholistichealth.com/about
Best,
Josh
Try adding:
.alignright {float:right}
to your theme's stylesheet.
flotsam2000
Member
Posted 6 months ago #
@esmi Thanks for the note. I added this to the style.css ... still not working.
Any other ideas? I'm stumped...
I can't see that CSS in your stylesheet.
flotsam2000
Member
Posted 6 months ago #
Weird. Ok, so, I added it to the style.css along with three other .css files I found: rtl.css, editor-style.css and editor-style-rtl.css
still nothing...
Now try changing:
.alignright {float:right}
}
to:
.alignright {float:right}
flotsam2000
Member
Posted 6 months ago #
Ok, I made that switch in each of the .css files and saved them.
Move it to above:
/* =Print Style
-------------------------------------------------------------- */
flotsam2000
Member
Posted 6 months ago #
whooo, hooo. that worked! but now there is no border...
ugh.
Thanks for your help!
the section of 'print styles' is not closed in your style.css;
therefore all added styles would only be executed if you print your page.
possibly close the section with an extra curly bracket } before these lines:
a:active a:focus{
outline-style: none;
border: none;
}
flotsam2000
Member
Posted 6 months ago #
Awesome. Thank you esmi and alchymyth!