cambiar tamaño de cuadro en large image with text

Solved

cambiar tamaño de cuadro en large image with text

Epkpanama
New Member
6 0 0

Screenshot_20240430_172937_Chrome.jpg

buena noche, quiero ayuda para cambiar el tamaño del cuadro blanco que contiene el texto para mobile, ya que como ven es muy grande para mi gusto.

 

https://www.epkpanama.com/

 

quedo atenta, gracias

Soporte técnico
Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Epkpanama 

Please follow the instructions below:
Step 1: Shopify Admin -> Online Store -> Edit Code:

Step 2:  Choose file the base.css or theme.css or theme.css.liquid or global.css

Step 3: Insert this CSS snippet into your CSS file:

 

 

@media only screen and (max-width: 576px) {
  .background-media-text__inner .background-media-text__aligner {
    margin: 11px 28px 12px !important;
  }
}

 

 

 

Here is the result:

image.png

 

Hope it can help you.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
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

View solution in original post

Replies 2 (2)

PageFly-Amelia
Shopify Partner
626 165 238

Hello @Epkpanama 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file base.css or theme.css

Step 3: Add code

/* You can change the value of 20px to the value you want */
.background-media-text__inner .background-media-text__aligner  {
   margin-left: 20px !important;
   margin-right: 20px !important;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

BSSCommerce-HDL
Shopify Partner
2305 835 908

This is an accepted solution.

Hi @Epkpanama 

Please follow the instructions below:
Step 1: Shopify Admin -> Online Store -> Edit Code:

Step 2:  Choose file the base.css or theme.css or theme.css.liquid or global.css

Step 3: Insert this CSS snippet into your CSS file:

 

 

@media only screen and (max-width: 576px) {
  .background-media-text__inner .background-media-text__aligner {
    margin: 11px 28px 12px !important;
  }
}

 

 

 

Here is the result:

image.png

 

Hope it can help you.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
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