Slider Revolution Button and Spacing

I’ve have my test slide set up and largely working here: https://bradvogler.com

Once the slide loads on my desktop everything is in view and working. I think everything is working the way I want it to, except on the phone. The purchase button I’ve created is off the screen. I can see it when I resize my browser down, but not when I view the site on my iphone. From the dashboard in Slider Revolution, I’m able to select the button layer, and it is set to visible, but I can’t drag the button so that it is visible for me to position it. Here is a shot of what I can see: https://bradvogler.com/wp-content/uploads/2018/06/button-layer-out-of-view.jpeg

The other issue is that on all devices there is a white space beneath the navigation bar. I found some code in the forum, but the 3 or 4 I tried didn’t get rid of it for me. Maybe the way I have this set up isn’t the best, but what I’m going for is the slider above the navbar, with no other content on the home page.

Thank you,
Brad

Hi Brad,

Thank you for writing in! Try to select your button from the layer panel.



Then position it using the this tools.



Regarding the white space, please add this to Theme Options > CSS

.home .x-container>.offset {
	margin-top: 0;
	margin-bottom: 0;
}

Hope it helps,
Cheers!

Thank you! Both work perfectly.

Be well,
Brad

You’re welcome, Brad.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.