Forum Replies Created
-
AuthorPosts
-
Hi,
So I tired moving the code to fix the subscribe button above the code to fix the page shifting down. It all seems to work now!
Like this:
#mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}@media only screen and (max-width: 767px) {
div#layer_slider_1 {
margin-top: -82px;
}Cheers
Another Update:
When I remove the following code from the Quick CSS, the subscribe button shows up properly:
@media only screen and (max-width: 767px) {
div#layer_slider_1 {
margin-top: -82px;
}The above code was from a previous support request, which was to fix the behavior where the content goes lowers (by 82px) when the menu switches from normal to mobile.
So now, the subscribe button is there, but the previous problem is back. Is there a way of having both things work?
Cheers
Update!
This is very odd. When the window size is large, like on a desktop, the subscribe button will not show. But as I reduce the width of the window, at some point, the subscribe button shows up. It seems to occur the same time that the menu switches to the mobile versions. Perhaps this will help point out what the issue is?
Cheers
Hi,
Unfortunately that didn’t work. It was something I had tried before when I searched for a solution in the forum.
Do I need to put something in the “Code Wrapper Element” or click on any of the check boxes in the code block perhaps?Regards
Yes it did.
Thank you!
Hi,
No, the very first element at the very top, which is actually a LayerSlider.
This reply has been marked as private.Yes, that did it.
Cool, thank you!
This reply has been marked as private.I just tried the tab you showed. Looks like it works there!
Awesome. Thank you :)
Hi,
No, I was editing them in the “Text” tab, just to the left of the arrow you show.
-
AuthorPosts