Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1326167

    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

    #1326199

    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

    #1326496

    Hello Mike, I did what you asked. Can you please try again?

    Thanks,
    Alwin

    #1326518

    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

    #1326519

    That did the trick :)

    Thank you!
    Alwin

    #1326561

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slideshow photo title aligned wrong side’ is closed to new replies.