The site is framed with a blue area, and I want to eliminate the frame at the top only
Using he Chrome inspector, I can't find where that is coming from, so I can't figure out how to eliminate it.
HI jjbongio
It due to your custom CSS code in the file: /templates/ja_edenite_ii/css/custom.css
Line 223:
@media (min-width: 768px) { body { padding-top: 30px; }
Remove this padding-top value will fix the issue.
Thank you. You guys are great.