Shopify themes, liquid, logos, and UX
The way the words appear in desktop is perfect, but the way the words appear on mobile are a little too compact.
I want the words to appear like this:
Welcome to
Feminique By Cameron.
Not like this:
Welcome to
Feminique By
Cameron
I don't mind if the words on mobile are a little smaller than on desktop, just as long as it looks how I want it. Please provide a code that I can use to solve this issue.
Looks like you found the class name from the earlier post to make it larger.
Here it is again. It allows for you to modify the exact look for mobile or desktop.
/* This is the default style that will want to apply only on mobile devices */
.your-text-class {
font-size: 16px; /* Example base size */
}
/* This media query will apply styles for devices with a width of 768 pixels or more (typical for desktops for your use case) */
@media (min-width: 768px) {
.your-text-class {
font-size: 24px; /* Larger text size for desktop */
}
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024