Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.October 3, 2014 at 10:53 pm in reply to: Faulty product page display on mobile devices (ipod & android) #329927This reply has been marked as private.
OK, great. Thanks for figuring it out!
This reply has been marked as private.Thanks Ismael, I’ve added the code. On IE, I deleted browser history. Unfortunately, it’s still not resolved when I view the page
Here’s the CSS code:
div .av_one_half { margin-left: 2%; width: 49%; }
.avia_transform .avia-gallery-thumb img { opacity: 1; }
#top div.woocommerce-message { border-color: #A81010; background-color: #A81010; color: white; }
@media all and (max-width: 989px) and (min-width: 768px) {
.av-main-nav > li > a {
font-size: 12px !important;
padding: 0 5px !important;
}
}A little bummed… any thoughts?
Hi Peter, I inserted the code you advised, but it doesn’t appear to work:
############
div .av_one_half { margin-left: 2%; width: 49%; }
.avia_transform .avia-gallery-thumb img { opacity: 1; }
#top div.woocommerce-message { border-color: #A81010; background-color: #A81010; color: white; }
#top ..av_secondary_right .sub_menu>ul>li:last-child{ padding: 0 10px; }
############http://www.khurairacosmetics.com
Please advise another suggestion.
Thanks, Anthony
Hi Ismael, I applied the code in the Quick CSS and didn’t see the issue resolved. Please advise a solution. Thanks, Anthony
Hi Ismael, thanks for the quick reply. I’d like to confirm the following.
1. I have a few other Quick CSS code being used and want to make sure this is how it should appear:
#############
div .av_one_half { margin-left: 2%; width: 49%; }
.avia_transform .avia-gallery-thumb img { opacity: 1; }
#top div.woocommerce-message { border-color: #A81010; background-color: #A81010; color: white; }
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 5px;
font-size: 12px;
}
}
##############If so, please confirm. Thanks, Anthony
This reply has been marked as private.This reply has been marked as private.Nicely done Yigit! I appreciate very much the quick turnaround, your creative solution and offer to help with any future issues.
I’ll certainly take you up on it if something comes up.
Cheers, Anthony
This reply has been marked as private. -
AuthorPosts