AbanteCart Community
General Topics => Mobile Ecommerce => Topic started by: cannabos on June 24, 2021, 06:29:52 AM
-
HI Everyone
I am having issues making my site mobile device friendly. How do I set this up. It looks amazing on the PC, but not on a mobile device
-
Hey,
This depends on many different things.
Most of the time you need to play with content, image sizes and CSS edits.
Can you share your link?
-
Being mobile friendly actually important if you have a lot of mobile traffic or in case you think it' important for Google ranks improvement/ 2 different case and different tactics
-
Currently there are Templates compatible with mobile devices. Unless you are creating your website from scratch.
-
Hey Cannabos,
As you know, now a days mobile users are more then pc browser user so it is very important for you to get mobile friendly website so,
there are plenty of ways to make your website mobile friendly:
1) You can get templates that are already mobile friendly
2) You can do css for responsiveness of your website
3)You can hire some good agency to do it for you
-
Hello Everybody
I am having issues making my site mobile device friendly. How do I set this up. It looks amazing on the PC, but not on a mobile device
-
Hi! I totally understand—this is a common issue. If your site looks great on a PC but not on a phone, it might not be using responsive design. The first step is to make sure you have a <meta name="viewport" content="width=device-width, initial-scale=1.0"> tag in the <head> of your HTML. That helps your site adjust to different screen sizes. Also, try using flexible layouts with percentages instead of fixed widths, and test it using browser developer tools to see how it looks on different screen sizes. There are also frameworks like Bootstrap that make this easier. Hope that helps!