Shopify themes, liquid, logos, and UX
Hola,
alguien sabe como se puede modificar el ancho de un scrolling text.
en la version de escritorio se ve bien, pero en la movil el scrolling sobre pasa el ancho de la pantalla del dispositivo, manteniendo el ancho de la versión de escritorio.
(tema mr parker)
adjunto imagen
Solved! Go to the solution
This is an accepted solution.
Ve al archivo theme.liquid, busca <head> y pega el código en la siguiente línea después de <head>.
<style>
@media (max-width: 768px){
#shopify-section-template--23767982735651__scrolling_marquee_dWtEDh .scrolling__marquee-section {
padding: 5px 0;
overflow-x: hidden !important;
width: fit-content !important;
}
html,body{
overflow-x: hidden !important;
width: 100% !important;
}
}
</style>
Hi @Sebastian41,
Por favor, agregue el texto desplazable, luego lo ajustaré.
Hola 👋
hecho!, ya esta listo.
Hola,
Genial, si necesitas ayuda con algo, no dudes en decírmelo.
😢😢😢
se mantiene aun 😢
Hi @Sebastian41,
Ve a la tienda en línea, luego a Tema y selecciona Editar código.
Busca el archivo base.css/theme.css/style.css/main.css/custom.css y agrega el código proporcionado al final del archivo.
@media (max-width: 768px){
#shopify-section-template--23767982735651__scrolling_marquee_dWtEDh .scrolling__marquee-section {
padding: 5px 0;
overflow-x: hidden !important;
width: fit-content !important;
}
html,body{
overflow-x: hidden !important;
width: 100% !important;
}
}
No existe ese camino al archivo, (base.css/theme.css/style.css/main.css/custom.css), revisando uno a uno, no existe. 😩
This is an accepted solution.
Ve al archivo theme.liquid, busca <head> y pega el código en la siguiente línea después de <head>.
<style>
@media (max-width: 768px){
#shopify-section-template--23767982735651__scrolling_marquee_dWtEDh .scrolling__marquee-section {
padding: 5px 0;
overflow-x: hidden !important;
width: fit-content !important;
}
html,body{
overflow-x: hidden !important;
width: 100% !important;
}
}
</style>
funciono!, muchas gracias 👏🏻👏🏻👌🏼
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025