Hi guys,
I’ve just completed my theme and it looks good on my desktop, notebook and iPhone. It looks fine on a iPad in landscape, but in portrait mode the nav menu overlaps the logo…it doesn’t change the nav style like it does on the iphone making it all neat.
Any tips?
Hi!
Please post a link to your website.
Best regards,
Peter
Hi,
Please upgrade to Enfold 1.8.2.
You can decrease the padding and the font size when viewing on iPad portrait mode. Add this on your custom.css or Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 7px;
font-size: 11px;
}
}
Regards,
Ismael
OK thank you.
What’s the easiest way to update the theme without losing any current settings or content?
Thanks,
PS…I’ve gone to WP admin and updates, it says theme and WP are current and up-to-date.
Hi Marssolutions,
Only themes and plugins hosted on the wordpress.org repository are able to be updated like that. You need to re-download the theme files from your download on themeforest to get the updated theme. Then you can re-install on top of itself.
I made a video on how to do this via FTP here: https://vimeo.com/channels/aviathemes/67209750
Regards,
Devin