Mobile Version Issues
2 posters
Page 1 of 1
Mobile Version Issues
The category image is in px, so we have it aligned a specific way so that black covers over Last Posts, Posts, and Topics, but on mobile the category image barely shows any black due to the screen being smaller.
Is there any way to fix this so that the category image is measured in percent or so the category image looks the same for both mobile and computer?
www.forumpromocean.forumotion.com
Is there any way to fix this so that the category image is measured in percent or so the category image looks the same for both mobile and computer?
www.forumpromocean.forumotion.com
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Mobile Version Issues
Have you tried this yet?
Thats a css code to create the similar effect of your image but just by css. Add it to the css of your
or
,because right now you defined the background twice.
- Code:
background: -webkit-linear-gradient(-45deg, #61A398 0, #61A398 60%, #333333 60%, #333333 100%);
background: -moz-linear-gradient(135deg, #61A398 0, #61A398 60%, #333333 60%, #333333 100%);
background: linear-gradient(135deg, #61A398 0, #61A398 60%, #333333 60%, #333333 100%);
background-position: 50% 50%;
Thats a css code to create the similar effect of your image but just by css. Add it to the css of your
|
|
10spetter10- Forumember
- Posts : 195
Reputation : 82
Language : Dutch
Re: Mobile Version Issues
I will try that when I get the chance, thanks.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Similar topics
» New mobile version: Editing issues
» [Only Topic] Mobile Version Log in Issues with Iphones and Ipads
» How to get personal widgets available for mobile version and mobile version link.
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
» Display a mini-version of user avatars in posts in the mobile version?
» [Only Topic] Mobile Version Log in Issues with Iphones and Ipads
» How to get personal widgets available for mobile version and mobile version link.
» How To Force Your Desktop Version Theme "Colors And Banner" To Be Used In The Mobile Version?
» Display a mini-version of user avatars in posts in the mobile version?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum