I have an issue with the transparent menu in mobile menus which I fixed with this code:
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: 0 !important;
margin-top: -170px;
}
However, this code “fixes” ALL my pages and posts, and I only want it applied to the ones with a transparent menu. Any way to fix ONLY the transparent menu pages/posts?
Thanks for any assistance.
Chad
Hi crschulz!
Thank you for using the theme!
Please add this selector:
@media only screen and (max-width: 767px) {
.responsive.html_header_transparency #main {
padding-top: 0 !important;
margin-top: -170px;
}
}
Regards,
Ismael
Works in Opera and Chrome. And works at tablet width in IE, but not at mobile width.
Almost there.
Appreciate the help,
Chad
Hi!
Thank you for using the theme.
Do you mind if we take a look at the actual website? Please post the url here.
Best regards,
Ismael