Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #881191

    Hi,

    I’d like to move slider caption title & text location slightly up so they don’t cover the person on the image on Homepage.

    Can you please let me know the CSS for this adjustment?

    Many thanks

    #881307

    Hey 2eminds,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:480px) {
      .home #fullscreen_slider_0 h2.avia-caption-title {
        margin-bottom: 20px !important;
      }
    
      .home #fullscreen_slider_0 .avia-caption-content {
        padding-bottom: 35px;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #881373

    Thank you – is it possible to move a little bit further up so that the caption text doesn’t cover too much of the person’s arm?

    Many thanks

    Risa

    #881458

    Hi Risa,

    Try to adjust the padding-bottom to a higher value. Let us know if that helps :)

    Best regards,
    Nikko

    #881579

    Hi Nikko

    I’ve increased the padding-bottom to a higher value but it didn’t work. Can you please help?

    Many thanks

    #881680

    Hi Risa,

    Seems good to me, if I try to make it go higher the button will also cover the arm. Also just to make sure that what I see on my end is the same as yours, can I ask for a screenshot of how it looks on your mobile device? and if it would be okay if I put a large gap between text above the button and the button (text above the arm, button below the arm)?

    Best regards,
    Nikko

    #881910
    This reply has been marked as private.
    #882102

    Hi,

    Can you try to replace this code that I gave:

    @media only screen and (max-width:480px) {
      .home #fullscreen_slider_0 h2.avia-caption-title {
        margin-bottom: 20px !important;
      }
    
      .home #fullscreen_slider_0 .avia-caption-content {
        padding-bottom: 35px;
      }
    }

    to this:

    @media only screen and (max-width:480px) {
      .home #fullscreen_slider_0 .slideshow_caption {
        padding-top: 0 !important;
        padding-bottom: 120px;
      }
    
      .home #fullscreen_slider_0 h2.avia-caption-title {
        margin-bottom: 20px !important;
      }
    
      .home #fullscreen_slider_0 .avia-caption-content {
        padding-bottom: 0;
      }
    
      .home #fullscreen_slider_0 .avia-caption-content .cta-button {
        margin-top: 0;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #882150

    Hi Nikko

    Thank you for this – I’ve replaced the code and the text is now perfect but the button is now covering the face. Is there a way to move the button lower whilst keeping the text where they are?

    Many thanks

    Risa

    #882151
    This reply has been marked as private.
    #882906
    This reply has been marked as private.
    #882961

    Hi,

    We would like to check the site again but it’s on maintenance mode. Please provide the login details in the private field.

    Best regards,
    Ismael

    #882969
    This reply has been marked as private.
    #883431

    Hi,

    Please add this code inside the css media query with the view-port set to 480px.

    .cta-button {
        margin-top: 100px !important;
    }

    Best regards,
    Ismael

    #883458

    HI Ismael

    Thank you for getting back to me. However, the code you provided doesn’t work. Please see below the entire code I have for mobile view.

    The CSS to move button isn’t working. Can you help?

    @media only screen and (max-width:480px) {
    .home #fullscreen_slider_0 .slideshow_caption {
    padding-top: 0 !important;
    padding-bottom: 120px;
    }

    .home #fullscreen_slider_0 h2.avia-caption-title {
    margin-bottom: 20px !important;
    }

    .home #fullscreen_slider_0 .avia-caption-content {
    padding-bottom: 0;
    }

    .home #fullscreen_slider_0 .avia-caption-content .cta-button {
    margin-top: 100px;
    }
    }

    #883637
    This reply has been marked as private.
    #883734

    Hey!

    Glad that you figured it out. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Moving Slider Caption Title & Text Location on Mobile’ is closed to new replies.