Custom CSS Not Working?
Hello,
I asked about this before, but since v 26.x the CSS that I added in the BeTheme - Theme Options - Custom CSS & JS
I'm trying to center the green line in the Our Team Item. It's left aligned now. The code I used before was:
.team .desc_wrapper{
text-align: center;
}
.team .desc_wrapper hr{
margin-left:30%;
}
Please help! :)
Comments
Hi,
Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
Thanks
https://www.stclairfoundation.org/about/our-staff/
Hello,
After commenting (removing) the CSS code you sent, it works fine, as you see on screenshot
Simply remove that CSS rule ?
thanks
Sweet thank you!