-
-
Hi,
I have several questions regarding mobile responsive design, and one other question:
1. I sometimes need to change column order for mobile design. For example, when I have a photo on the right side of the page on laptop view, I need that photo to display first on mobile view.
2. Padding: The padding on mobile view is too narrow for all my non-title divs. This includes text and forms. How can I get rid of this padding on mobile?
3. When mobile view concatenates a list that is in two columns on laptop view into one column on mobile, the concatenation’s margin is sometimes irregular, whether with too much margin or too little. How can I fix this? See for example my about page service small icon list.
Finally, in general, I see that “service small icon” divs don’t bold the title, making it indistinguishable from regular text, especially on mobile view. How can I bold it?
Thanks.
-
-
Hi,
1- Column order on the mobile device
Please check and let me know
I’ve added the class “vc_col-sm-push-6” and “vc_col-sm-pull-6” on the columns.2- Padding on mobile
Can you point out the location? Sharing a screenshot or a link will help a lot.3- Two Columns list on mobile & Bold Service title
Add the following code in the WP-Admin Dashboard > Tower Options > General Option > Custom CSS Code.services_small dl{margin-bottom: 20px;} .services_small h4{font-weight: bold;}
Thanks,
-
You must be logged in to reply to this topic.