-
AuthorPosts
-
March 9, 2017 at 2:24 pm #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
AntonioMarch 10, 2017 at 7:55 am #758725Hey 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,
VinayMarch 10, 2017 at 10:47 am #758802Hi 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
AntonioMarch 10, 2017 at 1:57 pm #758887Hi,
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,
VinayMarch 10, 2017 at 3:12 pm #758936Hi 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.
March 10, 2017 at 5:20 pm #759039Hi,
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,
VinayMarch 10, 2017 at 5:39 pm #759053Perfect!
Thanks for the support Vinay
All the best
AntonioMarch 10, 2017 at 10:49 pm #759157Hi,
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 -
AuthorPosts
- The topic ‘Caption text not centered on fullwidth slide homepage’ is closed to new replies.