-
AuthorPosts
-
July 31, 2014 at 4:26 pm #298302
Hi,
I’m working on a site and need to make adjustments to the mobile version of the site. Specifically, I’d like to move the menu location and remove the search bar from the mobile and small tablet sizes (both portrait and landscape).
Thanks for your help,
GabeJuly 31, 2014 at 10:21 pm #298439Hi Gabe!
To remove the search bar on tablets:
@media only screen and (max-width: 767px) { #menu-item-search{ display: none; } }Regarding moving the menu, please specify how exactly you want it to change, a screenshot/mockup would be helpful.
Cheers!
JosueJuly 31, 2014 at 11:21 pm #298467This reply has been marked as private.July 31, 2014 at 11:34 pm #298481Hey Gabe!
Please post a link to your website, you can put the access information in a private reply.
Regards,
JosueAugust 1, 2014 at 1:59 am #298512This reply has been marked as private.August 2, 2014 at 11:06 pm #299221This reply has been marked as private.August 4, 2014 at 4:18 am #299492August 4, 2014 at 1:59 pm #299660This reply has been marked as private.August 4, 2014 at 8:39 pm #299853Hey Gabe!
Review your site now.
Regards,
JosueAugust 4, 2014 at 8:48 pm #299860August 4, 2014 at 8:50 pm #299863This reply has been marked as private.August 4, 2014 at 10:09 pm #299874August 4, 2014 at 10:22 pm #299881This reply has been marked as private.August 4, 2014 at 11:01 pm #299892You should put that in the child theme functions.php, below the code i already put there.
August 4, 2014 at 11:03 pm #299893This reply has been marked as private.August 4, 2014 at 11:18 pm #299898I believe it was because you didn’t open the php tag:
<?phpAugust 5, 2014 at 3:34 am #299995It’s doing it again. Can you fix it for me?
August 5, 2014 at 3:39 am #299998I was able to paste the code in your child functions.php without crashing.
August 5, 2014 at 3:42 am #300004Very strange. When I did it, I immediately got a php error and the entire site crashed.
August 5, 2014 at 3:43 am #300005And I don’t see the code now?
August 5, 2014 at 3:47 am #300008Well, that’s weird. I believe the error you were getting was because of the quotes, make sure to simplify them before saving.
August 5, 2014 at 3:47 am #300010Can you please try and post it again?
August 5, 2014 at 4:04 am #300015OK, it’s done, please note that this has already gone outside of our support scope.
August 5, 2014 at 2:32 pm #300226This reply has been marked as private. -
AuthorPosts
- The topic ‘How to make adjustments to mobile version of website’ is closed to new replies.
