cormmap
Member
Posted 5 months ago #
Everything has worked out but I have a problem with there being so space in between the Slider and new posts.
I just want a little bit of space between the slider and the posts below it. right now it almost looks like they are attached
thank you so much in advance.
http://wordpress.org/extend/plugins/featured-articles-lite/
Depending on what slideshow theme you're using, you could alter the stylesheet to put margin between the content and the slideshow. Slideshow themes are located by default inside the plugin folder, in folder themes. If for example, you use theme Classic, the path to it would be: wp-content/plugins/featured-articles-lite/themes/classic.
Once you locate the folder of the theme you're using, inside the theme folder you'll find a file called stylesheet.css. Edit the file and on main container (should be first in file) add margin-bottom: 10px;
cormmap
Member
Posted 5 months ago #
where would these folders be located on the computer?
or can i do this on the plugin editor in the dashboard?
thank you.
As mentioned above, the folder that contains all themes is located inside your WordPress installation in wp-content/plugins/featured-articles-lite/themes.