Hey,
Nice plugin, just what I was looking for. To make it simple for a nonprofit I am working for. I know you can style the widgets, am I correct? I saw the part about dropping the bullet. I’m going to style the positions with CSS to have three widgets sit side by side, relative positioning etc. Would I just style them like a normal div? Their names are as follows:
[widgets_on_pages id=”homenews1″]
[widgets_on_pages id=”homenews2″]
[widgets_on_pages id=”homenews3″]
etc.
I would use something like this?:
div.widgets_on_page ul {
}
How would I name the individual widgets to style in CSS, something like this?
div.homenews1 {
position: relative;
}
etc. etc. ??
Something like that, and then the image or ul in there or whatever? Or do I have to add the word widget in the CSS code for the div, I just need a little clarification, I’m sure it’s simple? Sorry no link to give it’s all still on my MAMP. Thanks kindly.