@lynchd57,
Forgive me, I’m not the developer of the “The Bootstrap” theme.
I just wanted to notice that in this thread they are discussing on a very specific issue ( IE8 ). So it appears to me your questions are out of topic.
Anyway, here are some hints. If you’ll need further help, in my opinion, you should better search on forums or open a specific thread.
Please, let’s go back to the subject of this thread now. Thank you.
1) You can put a css rule in the style.css
file (or “style.min.css”), in order to change the font size. Something like: body{font-size:30px;}
2) You can add the css class pull-right
or pull-left
to the HTML img
tag. Something like: <img class="pull-right" src="...
, should make the image floating to the right (or to the left) of text.
3) You could search for a dedicated plugin to achieve this. Or, if you feel comfortable, you could create/edit the functions.php
file (here is a link for an old howto).
Please, let’s go back to the subject of this thread now. Thank you.
Best regards
fb