Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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 title

    So

    caption
    TITLE

    #961602

    Hey 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,
    Victoria

    #961752

    Hi Victoria
    We are trying to have the caption appear above the title in the fullwidth easy slider
    Mock up here https://imgur.com/a/OX4W81V

    Thanks in advance

    #961967

    Hi,

    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,
    Vinay

    #962089

    Hi 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:

    View post on imgur.com

    With css

    View post on imgur.com

    thanks in advance

    #962773

    Hi ste_thumbs,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #963848

    Hi 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

    #964936

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.