- This topic has 1 reply, 2 voices, and was last updated 4 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Moving on to the mobile version:
1 – The mauve colored background area is too small – needs to be larger than the yellow area.
2 – The pulldown arrows in the navigation are too small and need to be white.
PDF Screenshot @ https://apatriotsvision.us/mobile-screenshot.pdf
You have my login info for apatriotsvision.us/cms/login.
Thanks,
Michael
Hi Michael,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
@media screen and (max-width: 880px) {
#top-bar > div, #main-nav > div, #featured-links, .main-content, .page-footer-inner, .featured-slider-area.boxed-wrapper {
padding: 0 !important;
}
}
#main-nav a, #main-nav i, #main-nav #s {
color: #fff !important;
}
Kind Regards