Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #834568

    Hi there,

    I opened a thread a while ago to center the caption on my homepage full-screen slider. The fix worked until the last update, and now the caption is no longer centered. Here’s the link to the old post.

    Any thoughts? I need to get this fixed asap.
    Thank you so much!

    Liz

    #835463

    Any thoughts on this? I need to launch this site ASAP and I’d like to get this fixed before I do. Thanks so much.

    #835590

    An update: I’ve got the caption centered again on my desktop and on both iPad sizes. The caption is still not centered on mobile phones. Thanks.

    #835855

    I have figured out how to fix this, this can be marked as closed.

    For any other users who have the same issue: I used @screensize for each mobile screen size and set the max-width and aligned to the center. Time-consuming, and perhaps not the best way, but as the initial fix I was given specified a max screen size in order to center the text it seemed like the only way!

    #837155

    Hi,

    Thank you very much for updating the topic.
    We need to let you know that when you post inside, the question goes to the bottom – so we can not control how fast we can reply.

    Let us know if there is anything else we can do for you.

    Best regards,
    Basilis

    #839410

    That makes sense, thank you.

    I do still have a problem with this issue. A while ago I was given code to help center the fullwidth slider caption on my homepage, which relied on setting the width. Of course, this only works on screen sizes close to that width; on smaller screens the caption was cut off. I created many versions of that code with min and max specific to each mobile screen size, and I thought I was all set. However, what I now notice is that when I adjust the size of my browser window, the caption does not adjust at all, while the rest of the site does. I am out of ideas here, but I very much need the caption to be centered and responsive to screen and window size. Can you help?

    #841245

    Hi,

    I’m sorry for the late reply, please try the following in Quick CSS under Enfold->General Styling:

    .home #full_slider_1 .container {
    width: 100% !important;
    max-width: 100% !important;
    }

    Best regards,
    Rikard

    • This reply was modified 7 years, 3 months ago by Rikard.
    #850674

    Hi there,

    I added this code but it hasn’t fixed the issue. On some screen sizes the caption is cut off and not centered. What else can we try?

    #850809

    Hi,

    You have this in sunbridge_theme.css, please remove it:

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        width: 1950px !important;
        padding-bottom: 55px !important;
        text-align: center !important;
    }

    Best regards,
    Rikard

    #852294

    Thank you SO much – that worked. You can mark this as solved.

    #852341

    Hi,

    Great! I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Fullwidth slider caption no longer centered’ is closed to new replies.