Hello! Just wondering what the flexibility is with being able to show the Top bar (the blue bar with social icons and address text) in mobile for this Flex template, as by default it is switched off and only ever appears in desktop view. And, if possible to show, hoping to hide the address text and just show the social icons? It seems a fairly basic thing to do, but having some difficulties. Site is https://kaartist.com/ and previous developer managed to get it working for the Flex Bloom template. preview link here: https://s6gat0fc1kobrt0x-3369801.shopifypreview.com
Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hello kerryvarma,
Add this css at bottom of
Online Store-> Themes -> Edit code->Assets->styles.scss.css
@media only screen and (max-width: 798px) { .top-bar { display: block!important; } p.navbar-item.is-flex.is-flex-wrap { display: none; } ul.social-icons.is-flex.is-flex-wrap { padding-top: 5%!important; } }
If I wanted to Center the text in the top bar for mobile, what code would need to be added to:
@media only screen and (max-width: 798px)
{
.top-bar { display: block!important;
}p.navbar-item.is-flex.is-flex-wrap { display: none;
}ul.social-icons.is-flex.is-flex-wrap { padding-top: 5%!important;
}
}
User | Count |
---|---|
25 | |
23 | |
22 | |
19 | |
13 |