• Hello guys,

    I am new to wordpress and dont know any programming languages like CSS or HTML so I would appreciate if you could keep this as simple as possible.

    Basically I have a slider plugin (FA lite) that creates a slider for me on my home page. The problem is that there is no space between the slider and the remaining content because of which it looks bad, especially in the mobile version of the website.

    Here is a link to my website – (http://www.therightstudyhabits.com/). Please have a look and let me know.

    Thanks.

Viewing 1 replies (of 1 total)
  • Anonymous User 7658014

    (@anonymized_7658014)

    You’d need to add a few lines of CSS. The easiest way to to that probably would be installing Simple Custom CSS and follow the instructions in the plugin description.

    CSS to add would be:

    .FA_overall_container_classic {
        margin-bottom: 32px;
    }

    If you use the Jetpack plugin, you can use its custom CSS feature, of course, instead of installing another plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add a little space between slider and the content?’ is closed to new replies.