-
Author
-
September 19, 2013 at 09:27 #3080LKrParticipant
Hello!
How can I remove the Navigation bar in the Mobile view?
I dont have any menu in the web version, so the Nav bar that appears on mobile devices is not needed (as it is empty anyways). Your advice would be much appreciated.September 20, 2013 at 00:35 #3094SQadminKeymasterHi,
To remove it only from mobile add this css to Sweetdate -> Styling options -> Quick css or in sweetdate-child/style.cssCOPY CODE@media (max-width: 480px) { .contain-to-grid.sticky.fixed {display:none;} }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 23, 2013 at 02:57 #3195LKrParticipantThanks. I tried and this one worked better for me (complete removal of top bar):
@media only screen and (max-width: 1300px) {
.top-bar {display:none;}
}January 3, 2014 at 01:38 #9006FDParticipantHi,
Is it possible to reduce the width of the mobile menu?
Thank you!
January 4, 2014 at 20:24 #9093AbeKeymasterHi, Reduce it with this CSS code added to Sweetdate – Styling options – Quick css and customize your width
COPY CODE.contain-to-grid .top-bar { width: 280px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.October 14, 2015 at 22:18 #82307neelesh7ParticipantHi,
How do I make the bar stay in it’s position instead of scrolling down?
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.