FROM CACHE - de_header

How to raise store?

How to raise store?

store095
Entdecker
95 0 43

IMG_1174.jpeg

Hi, i want to raise my store a little to the top so the text is right under the grey shadow line Like here: 

 

IMG_1175.jpeg

url https://ba571d-cc.myshopify.com

dawn 15.0.0 

 

thank you 

 

3 ANTWORTEN 3

BSSCommerce-HDL
Shopify Partner
2107 750 952

Hi @store095

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
@media only screen and (max-width: 749px) {
.collection-list-wrapper.page-width {
    padding-top: 5px !important;
}
}
</style>

 

Here is result:

BSSCommerceHDL_0-1724138201556.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

store095
Entdecker
95 0 43

Thank you. 

Is it possible to make the Text a little more down like here?:

IMG_1183.jpeg

 

BSSCommerce-HDL
Shopify Partner
2107 750 952

Hi @store095

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag:

 

<style>
@media only screen and (max-width: 749px) {
  .collection-list-title.inline-richtext.h2 {
    font-size: 17px !important;
  }
}
</style>

 

Here is result:

BSSCommerceHDL_0-1724141022222.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

If our suggestions are useful, please let us know by giving it a like, marking it as a solution.

Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now