Cant find problem

I removed sitelogo and tagline and in that place i put the metaslider on hook rtp_hook_after_header. On my dev site the slider sits right under the navbar did the same on my live site but then i get white space between the navbar and slider. Can someone please have a look http://awakingminds.com dev site http://awakingminds.com/new2

Much thanks

dont think its the right solution but i put a custom css like .rtp-header{ height:50px;}

Hello Nestrosu,

Just remove the margin bottom of .rtp-nav-wrapper as the space coming from this selector. Use following code in the bottom of your style.css file.

.rtp-nav-wrapper { margin-bottom: 0; }

Also, do not forget to remove your custom CSS for .rtp-header selector.

Thanks,
Manish

so stupid was looking to hard to solve this and its this simple … much thanks