Help with CSS?
-
Hi folks,
I can do quite a bit with CSS, but I usually get stuck in the same places. So perhaps you guys can help me add some CSS to the plugin?This is how my sidebar looks now:
https://i.imgur.com/YSBRrRZ.pngThis is how I made it look with Chrome’s editor:
https://i.imgur.com/SZZm08I.png(the difference being the profile links are aligned to the left of the gravatar)
Which I made happen by adding
display:webkit-box;
to<div class="login" id="theme-my-login1">
. Now, I can’t seem to get that working in the custom CSS, and I think that’s simply because I don’t know how to properly execute a Class rule in a CSS file.I somehow got it to work, but that resulted in the tml-action-links class to behave in the same way in the logged out view:
https://i.imgur.com/6MzKyy8.pngMy website can be viewed at: https://evrn.net/
If anyone has any ideas or can spot that I’m missing something, I’d be very grateful.
- The topic ‘Help with CSS?’ is closed to new replies.