Hello all…quick question…how would get rid of the small white space located between the ubermenu and full width easy slider pic on the front page located here http://mpallstars.org/ (quick css is appreciated and every other page developed will have a similar layout….would also have to work with scrolling)
Also how would I get the footer layout and the spacing/margins of the three images boxes on this home page here http://www.mpallstars.org to look like the format here http://mpssi.com/page_id3567/ (look at footer and 3 image boxes again).
Thanks in advance,
Matt
Hi mattmosman!
1- Seems like you have already figured it out – http://i.imgur.com/1PTGUT8.png
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widget { margin: 0; }
Cheers!
Yigit
In regards to the footer I don’t believe that CSS did anything. basically I want the footer to look exactly like the one on this page in terms of layout http://mpssi.com/page_id3567/ and applied to this footer http://www.mpallstars.org
Hey!
Please add following code to Quick CSS
#footer * {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
}
input#contactsubmit {
background-color: #87d700;
font-size: 16px;
text-transform: uppercase;
}
Regards,
Yigit
Your great…last question…any quick css to add the social icons next to the “follow us” text in the footer at http://www.mpallstars.org…..as shown in the footer here http://mpssi.com/page_id3567/. Sorry to be so pesky :)
Hey!
please refer to this post: https://kriesi.at/support/topic/how-to-add-social-media-buttons-to-the-footer-and-add-second-menu-to-footer/#post-167460
This one might also help you: https://kriesi.at/support/topic/enfold-social-media-icons-in-widget/#post-273378
Best regards,
Andy