Hey guys –
A couple quick questions for http://thesparcnetwork.net
1. In the footer, I added html for 2 social icons in the copyright section. They are all good EXCEPT on mobile, where they become skewed. How do I need to straighten these up? I have a feeling the icon is wrapping to the next line due to the copyright area size.
2. I have opted for the slide out menu on responsive starting with ipad, however, the menu and the slideout menu are appearing at the same time. What do I need to do to have the slide out menu appear correctly on Ipad?
Hi David!
1. Wrap those in a div so they get below the copyright.
2. You have this custom code in your Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
}
Remove it and it will get fixed.
Regards,
Josue
Done and Done. Thanks Josue.