Sub menu on mobile phones
Photo, amazing way to showcase your architecture, photography or artistic projects | Support forum.
- GK User
- Tue Aug 09, 2016 8:18 am
Hi.
I need to know where do I turn on the option for sub menu on mobile phones to always be there under the menu (As in demo). At the moment my sub menu on mobile phones functions as on the desktop computers.
Thank you.
M
I need to know where do I turn on the option for sub menu on mobile phones to always be there under the menu (As in demo). At the moment my sub menu on mobile phones functions as on the desktop computers.
Thank you.
M
-
- Senior Boarder
- Joshua M
- Tue Aug 09, 2016 9:45 am
Hi,
I've checked the default Photo theme and it's fine (as in the demo). It looks like missing css code from small.tablet.css file (I can't see this code loaded on your website - in small tablet/mobile view)
I've checked the default Photo theme and it's fine (as in the demo). It looks like missing css code from small.tablet.css file (I can't see this code loaded on your website - in small tablet/mobile view)
-
- Moderator
- GK User
- Tue Aug 09, 2016 10:16 am
Hi Joshua.
Yes it seems my small.tablet.css file in my photo child theme is causing the issue. But how do I add other css files into the child theme then, so the css code from the photo theme still works? Is using style.css in my child theme the only option?
Thank you
M
Yes it seems my small.tablet.css file in my photo child theme is causing the issue. But how do I add other css files into the child theme then, so the css code from the photo theme still works? Is using style.css in my child theme the only option?
Thank you
M
-
- Senior Boarder
- Joshua M
- Wed Aug 10, 2016 8:19 am
small.tablet.css file should be loaded if you are using a child theme. You can also copy the content of the small.tablet.css and add it into your child style.css file between small tablet media query:
- Code: Select all
@media (max-width: 840px) {
css code from small.tablet.css file
}
-
- Moderator
4 posts
• Page 1 of 1