Hello together
have created a page here link below:
can somehow be set in % that the socket (footer) at the bottom is displayed
For all pages automatically?
thanks in advance
kind regards
Franz
Hey schweg33,
It looks like you are using a color section on the page, try setting the min height to 100% or lower if you want to see the socket.
Or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#wrap_all {
min-height: 95vh;
background-image: url(/wp-content/themes/enfold/images/background-images/dots-for-dark-background-compressed.png) !important;
background-repeat: repeat;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike
thanks a lot, works great
is there another way to turn off the first page
start page
thank you and kind regards
Franz
Hi Franz,
Try to use #top:not(.home) #wrap_all, so it’s on every page except your homepage:
#top:not(.home) #wrap_all {
min-height: 95vh;
background-image: url(/wp-content/themes/enfold/images/background-images/dots-for-dark-background-compressed.png) !important;
background-repeat: repeat;
}
Hope it helps.
Best regards,
Nikko
Thanks a lot
Nikko
for your help
then you can close this ticket
kind regards
Franz
Hi,
Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard