Tagged: slideshow
Hello,
Can you please look at:
On a desktop screen the Full width slider at the top of the page displays the slider title (Over Mireille…) at the right side which is correct, because I set it up to be aligned right.
However, on a mobile view the slider title is suddenly aligned on the left side instead of the right side. I would like to dispaly the title always on the right side, as I set it up.
Is it possible to display the tile aligned to the right on all devices, so also on mobile?
Thanks,
Alwin
Hey Alwin,
Thanks for the link to your site, there seems to be a couple of rules that are applying left:0 & right:0 but I can’t see where they are coming from because the css is merged, can you disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files so I can examine better.
Best regards,
Mike
Hello Mike, I did what you asked. Can you please try again?
Thanks,
Alwin
Hi Alwin,
Thanks for that. Please try this in Quick CSS:
@media only screen and (max-width: 767px) {
.page-id-21 #full_slider_1 h2.avia-caption-title {
float: right;
}
}
Best regards,
Rikard
That did the trick :)
Thank you!
Alwin
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike