Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Revolution Slider position

New Front EN Support Forums Kanso Theme Support Revolution Slider position

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2754
    jradzik
    Participant

    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 ago by jradzik.
    #2763
    mmsatori
    Keymaster

    Hey 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 Studio

    #2773
    jradzik
    Participant

    That worked great, Andrii.

    Thanks a bunch for the great service!

    –jody.

    #2777
    jradzik
    Participant

    Hey 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

    #2784
    mmsatori
    Keymaster

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.