CSS for widgets?
-
Hello everyone, I am using a plugin called “Image Widget”, I’ve inserted a logo into my page with it and now I am trying to format it using css. When I use chrome inspect element I can get it exactly where it needs to be with this code:
.alignright {
float: right;
margin: -217px 15px 2px 15px;
}But when I add it to my childtheme’s stylesheet, nothing changes. Am I not using the right selectors or what? I’ve even tried the !important method and that doesn’t work either. If someone has a minute to help me with this I’d really appreciate it,
The site is: https://www.ai.dorianlatelle.com
Thanks!
- The topic ‘CSS for widgets?’ is closed to new replies.