Hello,
My Shop Now button is a little too large on the mobile version and not big enough on the desktop. Can someone please help me? I am using the Dawn theme and here is my site https://sparklingsolutionsstore.com/
I have attached a screenshot of what it looks like on mobile.
Hello @MrGolfer_1
In this case, you would need to add some CSS code to your page.
Since you want to adjust the design on both PC and mobile, you must use separate device breakpoints.
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
You can read about them here .
If you’re not very confident with CSS code, I suggest you use a pre-built tool for this, preferably Foxify Smart Pagebuilder.
With Foxify, you can tailor your page on different screens for an optimized user experience. No coding is needed.
Hope that helps 