Inline CSS
-
This may be a very simple problem, but I’m trying to add a simple sidebar to a buddypress group page by inserting HTML and inline CSS. It’s not working at the moment, the sidebar doesn’t display. Btw, I/we are doing this because were creating some very quick prototypes that we’re going to test. We don’t want to add anything to the stylesheet until we get feedback on our variations.
The code is:
<div style=”width: 270px; float: right; border:1px solid #ddd; padding: 20px 25px 0px 25px;”>
Some text to test with
</div>Weirdly, if I add the code above TWICE one of them displays. Maybe this is a WordPress and not buddy press issue.
- The topic ‘Inline CSS’ is closed to new replies.