No content to show
User Activity
@g33kgirl Thank you for the message.Please check it here. Its on the button of the page Sometime it appears only after you have visited the Live Shopping site.Best,
Hi everyone, im strugling to find out, how i can remove the white space on mobile and website bellow the footer.i have tried this already: .page-container {
width:100%;
position: absolute;
} but this will break the sticky header code.the website is...
@Zworthkey i put them in theme.css.liquid
Dear friends, I'm trying for few days to solve some problems, but it seems, that new changes on theme.css breaks old ones.I had passed all this this codes: #SearchDrawer {
z-index:1001;
}
#shopify-section-header {
position: sticky;
top: 0;...
Thank you @Zworthkey I tried but it seems its not working pictureThe line is still thereBest
How can i delete the hover underline on the footer?i have tried out this:.site-footer__linklist-item a:hover {
border-bottom: none;
}but its not working.the site is: roombles.liveThanks
yes that worked for me! Thank you very much
@Amarjyoti Thank you for the message! i did replace it but now i have a white space at the bottom of the header. (Screenshot attached) Any idea what to do? Thanks
HI everyone, i've use this code to get the sticky header for the debut theme:#SearchDrawer {
z-index:1001;
}
.site-header {
position: fixed;
z-index:1000;
left:0;
right:0;
-webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,.1);
-moz-box-sha...