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

    Hello,
    i need to vertically center avia-caption text.
    How can i do it?
    Thanks

    #774775

    Hey euristica,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #775397

    I need a slide without image, only description and vertically-centered.
    The firs slide is an image slide, the second one must be text slide without image and vertically centered:

    http://www.chiaracorazzi.it/concorsi/biblioteca-civica/

    • This reply was modified 7 years ago by euristica.
    #776300

    Hi euristica,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-caption {
        top: 150px;
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #777140

    This is not responsive…

    #778692

    Hi,

    use also this code:

    @media only screen and (max-width: 767px) {
    ul.avia-slideshow-inner {
    height: 461px !important;
    }}

    and adjust as needed.

    Best regards,
    Andy

    #780064

    Sorry, but these solutions don’t fit my request.
    With this code, text simply starts at 150px from top.
    But if i have multiple-line text (a very long text with several lines), it’s not vertical aligned.
    This is the kind of alignment i need:

    Thanks

    #781190

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Andy

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