New Front EN › Support Forums › Kanso Theme Support › Revolution Slider position
Tagged: Revolution Slider
- This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago by
satori.
-
AuthorPosts
-
March 15, 2014 at 9:30 pm #2754
jradzik
ParticipantI’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 9 years, 5 months ago by
jradzik.
March 17, 2014 at 11:24 am #2763satori
KeymasterHey Jody,
first of all, thank you for the purchase!
Please try using this piece of CSS code:
.rev_slider_wrapper ul li { margin: 0 !important; }
Let me know if it fixes the problem!
Sincerely,
Andrii / Satori StudioMarch 17, 2014 at 4:05 pm #2773jradzik
ParticipantThat worked great, Andrii.
Thanks a bunch for the great service!
–jody.
March 18, 2014 at 2:46 am #2777jradzik
ParticipantHey Andrii.
Here’s another request. How can I close the space between the logo field and the top of the page content. I’ve been doing it this way:
.page-delimiter {
border-top: 1px solid #CCCCCC;
margin-bottom: 10px;
}Thanks.
–jody
March 18, 2014 at 9:51 am #2784satori
KeymasterHey Jody,
glad it worked :)
Regarding your second question: please clarify if you want to confirm that the code you’ve provided is a suitable solution, or this code doesn’t work for you and you’re looking for alternatives? Could you please also give the URL of the website in question, if a live version is available at the moment – it is always more efficient if I see the code ;)
Sincerely,
Andrii / Satori Studio -
This topic was modified 9 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.