jkramercpa
Member
Posted 1 year ago #
Hi Everyone:
I installed your plugin and I tried to make my widgets horizontal by trying the code in the other postings but it's not working. The website url is: http://simplebizplanning.com/wordpress/
I'd like to have two columns across that fill up the entire area available for this content. I have a total of four widgets and I want two widgets side-by-side. For instance, I'd like the content for [widgets_on_pages] and [widgets_on_pages id=2] on the same line. I'd also like to make the font size smaller. Please let me know if anyone can help me. Thanks so much.
http://wordpress.org/extend/plugins/widgets-on-pages/
Hey jkramercpa,
This should be do-able with CSS but obviously your theme differs from the others that have been posted about.
On that link you sent I don't see any widgets so am unable to help at the mo... could you post up a link with widgets on?
Ta,
Todd
jkramercpa
Member
Posted 1 year ago #
Ah OK... see what you're after.
Adding something like this to the end of your styles.css should start on you on the right track;
.widgets_on_page {
width: 48%;
float:left;
}
jkramercpa
Member
Posted 1 year ago #
Thanks so much - that's working.
Great news... and remember if you like the plugin then a nice rating over here would be really appreciated.
Ta,
Todd