juansmartdev
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎02-21-2023 02:37 PM
Topic Started
0
Topics Started
Topic Solutions
17
Solutions
Post Count
85
Posts
Post Kudos
24
Likes

Bio: I like to code when I'm not making music.

Community Badges

No content to show

User Activity

Hi, @Katie_Demicelli  Yes, it is possible, but you would need to change the template files and move button to the bottom of the section. 
Sorry, @MrKingstone .My mistake, yes in Base.css pase the following to get the exact same style:/** This is just to adjust the width of your navigation container **/ .nav-container-menu { flex: 0 0 70%; } /** Color of background header bar **/ ....
Hi, @carladiazcolor  It looks like is coming from the template itself, have you made changes to the template file? 
Hi, @MrKingstone . Hope everything is well!/** This is just to adjust the width of your navigation container **/ .nav-container-menu { flex: 0 0 70%; } /** Color of background header bar **/ .site-header { background: #004C3F !important; } ...
Hi, @carladiazcolor . Please share your web url to take a proper look.Thanks, have a nice day!
Hi, @flaquitqm. You could achieve that using the AJAX Api for the cart. https://shopify.dev/api/ajax/reference/cart
Hi, @Katie_Demicelli You would need to add the following code to your style file: .featured-products .small--text-center { font-size: 35px; text-align: center; } To add this to your style file1. Go to Online Store -> Theme -> Edit code2. Asse...
@pman1 Paste the following:.shopify-payment-button div { height: auto; } .shopify-payment-button { margin-left: 0 !important; margin-top: 10px; max-width: 100% !important; } .purchase-details__spb--true { flex-direction: colum...
Hi, @pman1. For this you need to make some changes in your style.css theme file and paste the following:You have two visual options here:For this one you can paste the following code:.shopify-payment-button div { height: auto; } Or for this on...
Hi, @Katie_Demicelli.Hope everything is well!Could you please share your web url? In that way i can share the specific solution for your theme. Thanks, have a nice day:)
Hi, @shahrukhAhmed You can only set them to false or null from the cart API 
Hi, @CWv1988 I was taking a look and what can i see is that the JS is being loaded to slow and that prevents the proper functionality of the menu sidebar. The solution here is optimize the load of the JS and also extract the code for the menu to be a...
Hi, @Wagnered . Yes, this can be done with some custom code. Duplicating the slider, one for mobile and one for pc and with CSS hide accordenly 
Hi, @RobMoore007 Here is the code.1. Go to Online Store -> Theme -> Edit code2. Asset -> /style.css -> paste below code at the bottom of the file.  .index .icon-with-text-column__column { display: grid; grid-template-columns: 50px 1fr; al...
Hi, @Adrian2610 You can add custom HTML on the footer.liquid template. I could help you further if you share your store URL and the name of the theme you are using
This widget could not be displayed.
This widget could not be displayed.