I’m trying to place a slider with a short code on my homepage outside the header. The result looks like this:
http://advancedremotesensing.com/support/slider.png
This seems to be the offending css:
.post-content ul li, .post-content ol li {
margin-bottom: 6px;
margin-left: 48px;
}
If I turn “margin-left” off, the slider moves into the right position. However, the above “li” tag loses its margin.
I’m hoping you can give me a css snippet I can put into the custom css window of your theme.
Thanks in advance for the help.
–jody.
-
This topic was modified 10 years, 9 months ago by jradzik.