I’m trying to cram as much product information above the fold as possible on my product page, but when the sense theme media is so huge I find this difficult, is there a way I can change it’s size? Also, i would love to reduce the spacing between elements on the product page, for example, the white space around the image arrows is too much. Thankyou in advance for all your help!
1 Like
Hi @ExoBottle ,
Would you mind to share your URL website? with password if its protected. Thanks!
1 Like
Hey there, it is currently password protected unfortunately ![]()
1 Like
Oh, it under maintenance? You can Pm me anytime or preview will be okay also.
It is up and running now, exobottle.com ![]()
1 Like
Thank you for the information. The one that I understand that you like to edit is the white space around the image arrows, the other would you specify? Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
@media only screen and (max-width: 749px){
ul#Slider-Gallery-template--19911005634857__main {
margin-bottom: 0px;
}
li#Slide-template--19911005634857__main-34192137683241 {
padding-bottom: 0px;
}
}
Result:
I hope it help.

