-
AuthorPosts
-
May 23, 2018 at 2:07 pm #960800
We have a new build on local
We are using the fullwidth slider centred without frame
is it possible to have the caption appear above the titleSo
caption
TITLEMay 24, 2018 at 3:53 pm #961602Hey ste_thumbs,
Could you please attach a mockup of what you’re trying to achieve?
We do not see the images if you tried to attach any. Please upload the screenshot to a service like Dropbox and give us the lin ks here.
Best regards,
VictoriaMay 24, 2018 at 6:02 pm #961752Hi Victoria
We are trying to have the caption appear above the title in the fullwidth easy slider
Mock up here https://imgur.com/a/OX4W81VThanks in advance
May 25, 2018 at 8:14 am #961967Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Caption above title */ #top .avia-fullwidth-slider .slideshow_align_caption { display: flex!important; flex-direction: column; justify-content: space-between; flex-wrap:wrap; } #top .avia-fullwidth-slider h2.avia-caption-title, #top .avia-fullwidth-slider .avia-caption-content { position: relative; } #top.avia-fullwidth-slider h2.avia-caption-title { order:2; } #top .avia-fullwidth-slider .avia-caption-content { padding: 0; order:1; } #top .avia-fullwidth-slider .avia-slideshow-button { order:3; } /* End CSS */
Best regards,
VinayMay 25, 2018 at 1:24 pm #962089Hi Vinay
Thanks for this but this didnt work.
It seems to have just moved both the title & caption higher up on the slider (screenshot attached)With out css:
With css
thanks in advance
May 27, 2018 at 3:22 pm #962773Hi ste_thumbs,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaMay 29, 2018 at 6:17 pm #963848Hi Victoria
Apologies but the build is still on local & as such I cant provide a link to the build.Was hoping just for some css to change the position of the title & caption
May 31, 2018 at 8:45 pm #964936Hi ste_thumbs,
We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.