Hey there, how do I reduce the space between the slider image and the menus at the top of the page? There's currently too large a white space between them. Thanks! Mar
Refer to my post here, look at issue #1: http://www.inkthemes.com/community/threads/two-issues.9618/ Hope this helps.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flexslider .slides > li { margin-top: 2px; } You can adjust the value of "margin-top" as per your requirement. This will solve your issue.
Hey folks Thanks for the suggestions, but I'm afraid I'm still unable to reduce margin size. Piyush, when make the margin small (like into minus numbers), it just takes the top of my slider image off but the margin space remains untouched?! Any other alternatives? Thanks again Mar
Ok, it seems the problem is that there is space allocated for Site Title and Tagline, even though I have left these blank. Any way of deleting theses options? I reckon that should fix it!
Sorry - me again! I figured it out - edited the Header in Stylesheet, changing the padding from 35px to 0px - all done