No content to show
User Activity
In the preview email a space between 'View Your Order' and 'OR' can be seen (This is what I want): However when I sent a test email the space is no longer there. I would appreciate it if someone could help me with the code so there is a space in-betw...
08-15-2023
Remove <td class="subtotal-spacer"></td>
How would I remove this empty space in the confirmation email: My code: https://pastebin.com/s4tkG9wJ
sorry to bug you again but how would I make this text more to the left and inline with the products: Here is an example of what i mean:
how would I make the "Order #9999" centred aswell?
This is the text in the preview: This is the text in the actual email:Shopify Help - Pastebin.com
How do i make the 'VIEW YOUR ORDER' and 'VISIT OUR STORE' text centered: {% capture email_title %}
{% endcapture %}
{% capture email_body %}
{% if has_pending_payment %}
{% if buyer_action_required %}
<p style="font-weight:bold; text-a...
08-12-2023
{% style %}
/* Set initial styles for the entire page */
html, body {
background:black;
margin: 0 !important;
padding: 0 !important;
width: 100% !important;
height: 100% !important;
overflow: auto; /* Prevent scrolling on mobile */...
My confirmation order email currently looks like this:whereas i would like it to look like this (move the total and subtotal etc to the left side of the email) :This is my code {% capture email_title %}
{% endcapture %}
{% capture email_body %}
{% ...
08-01-2023
here is a preview link so password is not needed: https://n9cvsykonkg7kovb-79570010410.shopifypreview.com
How would i make the background image be zoomed out as it is too zoomed in while on mobile. This is what it currently looks like: This is what i am trying to make it look like: This is the code:{% if template.name == "index"%}
{% style %}
...
08-01-2023
{% style %}
html, body {
background:black;
}
{% endstyle %}
08-01-2023
this did not work
07-31-2023
https://wtcif0t2sf49f0j0-79570010410.shopifypreview.com
While viewing the page on mobile ( this instance being the iPhone 14 pro max) I notice that there are white borders on the side of the page while both being in both vertical and horizontal mode: Would it be possible to remove / change the colour of t...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
399 | 08-15-2023 05:50 AM | |
1264 | 08-12-2023 04:40 PM | |
1324 | 08-01-2023 09:32 AM | |
850 | 07-29-2023 04:36 AM | |
663 | 07-22-2023 10:18 AM |