No content to show
User Activity
Yes, in that same base.css file, you search this code@media screen and (min-width: 990px){.header { padding-top: 0px; padding-bottom: 0px;}If you can't find, just paste it at the final of the file and add this in .headermax-width: initial;And yo...
Here the step:Go to your Shopify admin and click "Online Store" and then "Themes".Click the "Actions" button for the theme you want to edit and select "Edit Code".In the left-hand menu, click on "Assets" and then click on the "base.css" file to open ...
In your base.css file I found these code @media screen and (min-width: 750px) {.page-width { padding: 0 5rem; }}.page-width { max-width: var(--page-width); margin: 0 auto; padding: 0 1.5rem; } When I disabled these, this is what I have, h...
I found this code gone wrong in desktop mode, you should check it back in your CSS file section-main-product.css , when I remove this, product page works perfectly, but you should check it again to know which page else this code is applying before co...
You can use conditional statements in the Liquid code to check which page is currently being viewed and then displaying the appropriate message.For example, you could use the following code to display a different message on the homepage and product p...
You should check your menu list's width, I assume that your whole page have a width but your menu might just have 60% of page width and it has center align. If not, could you provide your store link (include password if it has) so I can check your CS...
To add a horizontal line above the navigation bar in Shopify, you can modify the CSS styles of your theme. Here's an example of how to add a line and offset it from the bottom of the header by 20px:Go to your Shopify admin and click "Online Store" an...
Here are a few things you can try to fix the issue:Crop the image to the correct aspect ratio: Make sure the image you are uploading has an aspect ratio of 18:10, which is the same as 1800x1000px. You can crop the image using a photo editing tool to ...
11-21-2022
glad I can help
11-21-2022
You can follow this instruction, hope this will help you:https://plaktheme.com/knowledge-base/how-to-change-add-to-cart-text/
11-21-2022
You should check the value of the variable which will display text, maybe it's empty now, mine is Dawn theme is like this. I'm not sure about your theme but well, maybe you can try replace that variable with simple text "Add to cart"
Can I ask you about your solution? Did you make the border change color by CSS and variable? If yes, maybe you should check that code again and make sure you choose "background-color" attribute of that button instead of "color"
11-21-2022
Can you provide access password? I'll try figure your problem
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2225 | 04-04-2023 07:15 AM | |
1895 | 11-21-2022 05:53 AM |