Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #758360

    Hi guys,

    After editing some of my other page layouts, the homepage full width slider is showing the caption slightly off center. The text block underneath the slider is also not aligning to the center. As seen here

    I realise it depends on the resolution of the screen , but I had this looking fine on mine but now it’s gone a bit odd.

    Please advise
    Antonio

    #758725

    Hey amonllor1,

    It appears the caption is set to align left. Please check the slider caption settings again.

    If that does not help try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-slideshow-caption .container {
        left: 50%;
        transform: translateX(-50%);
    }
    

    Best regards,
    Vinay

    #758802

    Hi Vinay,

    I think it’s more than just an issue with the slider. If you look at the text underneath the slider, this is also aligning to the left. So that to me indicates a more global problem with the entire page not centering properly.

    The css did work as you can now see on the slider, but the text underneath is still to the left.

    Thanks
    Antonio

    #758887

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_sidebar.html_content_align_left .container {
        float: none!important;
    }
    

    Best regards,
    Vinay

    #758936

    Hi Vinay,

    The new css has done the trick on the homepage, but it has effected the layout of our collections page here –

    As you can see the PT logo isnt sitting to the left where it should. I have this image in a 1/4 layout block on the left with a 3/4 layout block after it.

    #759039

    Hi,

    If you like to make changes only to the home page please try the below code

    .html_header_sidebar.html_content_align_left .home .container {
        float: none!important;
    }

    Best regards,
    Vinay

    #759053

    Perfect!

    Thanks for the support Vinay

    All the best
    Antonio

    #759157

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Caption text not centered on fullwidth slide homepage’ is closed to new replies.