norateignora Posted February 21 Share Posted February 21 Hi! I am using custom CSS to have buttons width occupy 100% of the screen on mobile view, and also for the page logo in header to change on specific pages. For some reason nothing is working. This is the code: /* Header logo */ @media only screen and (max-width:767px) { body#collection-636997b0d30783082de18988.page-faqs .header-title-logo a { content: url('https://static1.squarespace.com/static/62adaf0603d8e10682bd2f64/t/65d5c00bc018f861344f6478/1708507147165/Logo_TGO-07.png') !important; max-width: 200px; } } /* Button width */ @media only screen and (max-width: 767px) { .list-item-content__button.sqs-block-button-element.sqs-block-button-element--medium.sqs-button-element--primary { width: 100%; } } Any help appreciated! Link to comment
tuanphan Posted February 24 Share Posted February 24 Can you share link to page? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
norateignora Posted March 7 Author Share Posted March 7 Hi! Sure, the link is: https://thegramounce.com/contact Thank you! Link to comment
tuanphan Posted March 8 Share Posted March 8 Use this code for mobile @media screen and (max-width:767px) { body#collection-636997b0d30783082de18988 header#header img { content: url(https://static1.squarespace.com/static/62adaf0603d8e10682bd2f64/t/65d5c00bc018f861344f6478/1708507147165/Logo_TGO-07.png); } } With button Which page are you referring to? I don't see button on FAQs page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
norateignora Posted March 17 Author Share Posted March 17 Hi ! Thank you, that worked ! As for the button, is the one on the contact page https://thegramounce.com/contact But I think I was able to solve it. Thanks again! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment