Hi, I want to list down all the email sent by shopify to customers. I try the following https://mystore.myshopify.com/admin/api/2021-07/events.json?filter=Order&verb=mail_...
No content to show

User Activity

@media screen and (min-width:320px) and (max-width:767px){ #shopify-section-template--14369092108584__c6922214-0aa3-456b-8b04-e24805762fae .slideshow__controls.slider-buttons { display: none; } }To hide next, previous arrows
@media screen and (min-width:320px) and (max-width:767px){ .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content { min-height: inherit; } }Please add this, it will show up like this: 
Yes can you enable that option as well from theme settings?
Can you resume this for a while so that I can debug and share updated css with you? Also please put the css code I sent to you. 
@D2RGEAR  In your base.css file, add this code at the bottom: @media screen and (min-width:320px) and (max-width:767px){ #shopify-section-template--14369092108584__c6922214-0aa3-456b-8b04-e24805762fae .slideshow__controls.slider-buttons { display...
Hello @ecoaidan  Please put the following code for variants bubble: .product-form__input input[type=radio]+label { border: 2px solid #000; } For submit button, put the following code:.product-form__submit { border: 2px solid #000 !important; ...
@TBNP22  here is the correct code, sorry about my previous reply, that was broken.<style>#shopify-section-template--14496620183681__main .product-single__meta--wrapper {padding-left: 16%;padding-right: 7%;}@media screen and (min-width:320px) and (max...
Use the below code:&lt;br&gt;#shopify-section-template--14496620183681__main&lt;br&gt;.product-single__meta--wrapper {&lt;br&gt;padding-left: 16%;&lt;br&gt;padding-right: 7%;}&lt;br&gt;@media screen and (min-width:320px) and (max-width:767px){&lt;br&...
The media screen css part will also be the part of style tag. In otherwords, put the media query part bfore closing tag
I know the name of app that has done this. I have sent you css code haveyou added that in the theme file? That will adjust the scroll bar issue.
You can reset the default values in media query@media screen (min-width:320px) and (max-width:767px){Add mobile default values here beneath the code I sent to you earlier.}
@deardevil  Please add the following code to your theme.css file section#shopify-section-sections--19613661299024__newsletter { background: #2c332f; }  Here is the screenshot after fixing Its fixed for every screen size. If my solution works, ple...
@deardevil Can you please provide the store URL here?
Hello @FabianHuber  I checked this, there is a modal div that is actually causing the horizontal scrollbar as you can see below:  You can add this in your theme.css file:  @media screen and (min-width:320px) and (max-width:767px){ .mymodel_two_sectio...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to