Mobile friendly view

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Mon Sep 02, 2013 8:06 am
Hi,

I added "Free Shipping" under the top menu. When the screen scales to mobile size, it doesn't show all the text. Is there any way I can change to a mobile friendly view?

https://catwalkextensions.com

Thank you,

mingyou
User avatar
Senior Boarder

GK User
Mon Sep 02, 2013 8:56 am
you have to customize this text. e.g. add to tablet.css file this code:
Code: Select all
#freeshipping {
margin: 0;
font-size: 27px;
float: left;
}


and to mobile.css you can use another margin or float properties. (if you'll copy tablet, mobile.css files to your Child theme, remember also about images directory).
User avatar
Moderator

GK User
Thu Sep 05, 2013 6:56 am
I tried both of parent and child theme, it's not working.

mingyou
User avatar
Senior Boarder

GK User
Thu Sep 05, 2013 7:38 am
It is working but your #freeshipping selectors from tablet.css and mobile are overriden by your override.css file also with #freeshipping selector.

So you have to remove it from override.css, copy e.g. wp.css (no references to images) to your child-theme, and put your original #freeshipping selector (desktop) to wp.css file. Then your rules from tablet and mobile should work properly..
User avatar
Moderator

GK User
Fri Sep 06, 2013 7:55 am
It works!!

Thank you so much!!

mingyou
User avatar
Senior Boarder


cron