Ruben Escarzaga
asked 11 years ago

Just as it reads on the title I noticed issues when the site is being visited on a iOS device: the Menus & the News Slider do not display correctly.

2 Answers
DominicStaff
answered 11 years ago

I have checked your site and please send me your account and password of the back-end for further checking. We will try to find the reason and fix them.

My mail box: [email protected]

Hope this helps !

Regards
Dominic

Ruben Escarzaga
replied 11 years ago

I created a user account for you to access… Details were sent by email.

Ruben Escarzaga
replied 11 years ago

Please also check why blog is not displaying as it should.

Ruben Escarzaga
replied 11 years ago

I also noticed that my installation is missing “Theme Options” submenu.

Dominic Staff
replied 11 years ago

Log in to Dashboard > Theme > Customize, then you find the “Theme Options” submenu on the right side of screen at the top.
Regards,Dominic

Ruben Escarzaga
replied 11 years ago

Hey Dominic, have you checked the display issues under iOS.

Ruben Escarzaga
replied 11 years ago

???

DominicStaff
answered 11 years ago

To resolve your problems you can log in to Dashboard > Theme > customize > add the following code to the “DW Focus header script”


<style>
@media(max-width: 979px) {
#site-navigation.navbar .nav .sub-menu {
overflow: hidden;
}

#site-navigation.navbar .nav .sub-menu li {
width: 100%;
padding: 0;
}

.site-header #site-navigation.navbar .nav > li > .sub-menu .sub-menu {
width: 100%;
position: static;
background: transparent;
border: none;
display: block;
padding: 0;
text-align: left;
box-shadow: none;
}
}
</style>

Hope this helps !
Regards,
Dominic

Powered by DW Question & Answer Pro