• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Pagebuilder carousel on mobile - Safari specific

Pagebuilder carousel on mobile - Safari specific 2 years 8 months ago #41411

Hi there,

I used this code to get the small image on mobile to be bigger (thank you RSJoomla support). It works great except in Safari.

/* RSPagebuilder Carousel image on mobile */
@media (max-width:767px) {

.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image {
width:100%;
}
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-left,
.rspbld-carousel .carousel-inner .item.horizontal-image .rspbld-image.pull-right {
float:none;
margin:0
}
}

Any ideas on getting it to look like it does in Chrome/FF in Safari?
Last Edit: 2 years 8 months ago by oclcpurchasing. Reason: Resolved! It was due to a bootstrap conflict. Thanks for everything!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!