RSS Feed/News Trying to make mobile look a bit different than pc

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,760
Points
823

Reputation:

I added in this code into extra section

@media only screen and (max-width: 768px) {
.block-header {
position: relative;
border-top: 5px solid #ffd700;
background-image: url('/data/files/myimage.png');
background-blend-mode: overlay;
box-shadow: none !important;
}
}
But the box-shadow still appears on mobile devices making the font difficult to see. any suggestions on making mobile/other like devices work separate from pc?
Is there some natural inheritance from...

Read more

Continue reading...
 
Status
Not open for further replies.
Top