-
-
Hi,
Thanks for a great template. I am running into a few errors on the mobile view of the site.
1. When reviewing the site on mobile (I have a new and updated iPhone 6) the slider images show up way zoomed in. Then when you scroll the home page and go back to the top they are correct. Any thoughts?
2. The logo has moved over to the top right rather than being centered.
3. The main menu is missing from top of site on mobile
https://36b.7d2.myftpupload.com/
I can send you credentials in next private reply.
-
-
Hello,
1-I added this code into your custom css box:
@media (max-width: 480px){ #logo { left: -48px !important;} .codeless_slider_wrapper {min-height: 300px !important;} .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider {height: 300px !important;} .codeless_slider_swiper { height: 300px !important; min-height: 300px !important; } }
Result.
2-Please go to file css/bootstrap-responsive.css and find these lines:#logo{float:right;left:0 !important; right:0 !important; -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; -o-transform: none !important; transform: none !important; }
Replace
left:0 !important;
with thisleft:0px;
Save file.
3-You needed to activate responsive menu for it to display. It is located in Header Options > Show Responsive Menu Dropdown. I already set it ON for you.Best regards!
-
Wow! Thank you for your fast reply and help. Really appreciate it.
Best
Jenna
-
You must be logged in to reply to this topic.