Topic: css styles for mobile?
Hi,
Is there a way to style the caption for the IPhone only?
I can style it for the desktop but for the mobile the default caption css is showing up. The styles I applied for the desktop are not working on the IPhone.
I have this css added to my stylesheet:
.jb-caption .jb-caption-title {
cursor: default;
color:#898986;
font-size: 11px !important;
}
.jb-cap-frame .jb-caption {
text-shadow: none !important;
padding: 0px !important;
margin-top: 15px;
max-height: 52px !important;
}
.jb-caption p {
cursor: default;
color: #898986;
font-size: 11px !important;
line-height: 14px !important;
margin-bottom: 0 !important;
margin-left: 0;
margin-top:0 !important;
margin-right: 72px;
}
Works fine on desktop but NOT on mobile when I tab into the splashscreen to go to the large screen mode.
And if it is not possible to style the caption on the IPhone, maybe it is possible to select another configuration option for the mobile?
I have set for the desktop:
captionPosition: "BELOW_IMAGE"
But would like to set for the mobile:
captionPosition: "OVERLAY_IMAGE"
Thanks in advance,
Mirjam