Say What Demo – Rev Slider White Space between Menu Bar and Slider

Posted in: Newspaper
Post count: 6

Hello TagDiv Team,

I was able to integrate the rev-slider successfully (thanks to the detailed documentation). I went ahead and created a demo slider and added it to the homepage as well. The slider is showing up but there seems to be a space between the menu bar and slider. (you can check the test link: http://www.ssent.net.in). I tried to reduce the top-padding but if we reduce it to 0 the mobile responsiveness is affected.

Following are quick pointers on the settings.

1. Slider is set at Full-Screen.
2. I am using the demo ‘Say What’ with no changes made to the layout or code. (esp. for HomePage)

Request you to share your thoughts on how I can get rid of the white space and not loose the mobile responsiveness and slider functionality.

Regards,
Samuel

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-container-wrap{
padding-top:0;
}

Thanks.

Post count: 6

Thank you for the solution, issue resolved. Have a wonderful day.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.