Website link in private reply.
Okay… I have figured out how to configure the footer for my designer’s specs, but need to know how to do this:
1. How do I get rid of the footer when it goes to ipad and then on the phone view? I know I need to set a background color at those levels, but my css isn’t working.
2. I need to play around with the margins of the footer menus on both the ipad and phone view, but I don’t know what css class to use to modify those.
Almost done with this site– thanks for your help! :)
Angie
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
1-
@media only screen and (max-width: 990px) {
#footer { display: none; }}
2-
@media only screen and (max-width: 990px) {
.menu-footer2-container {
margin-top: 10px;
}
#footer {
padding: 5px 0 10px 0; }}
Best regards,
Yigit
Awesome- thank you! Enjoy your day! :)