Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #787881

    Hello guys, how do I place header in the center of the slider?
    screenshot – https://www.dropbox.com/s/ahw4ht2dgs2gex5/caviar-heading.PNG?dl=0

    #787916

    Hey vadikcoma,

    Can you give us temporary access into your website so we can take a closer look? Please put the login credentials in the Private Content section of your reply.

    Thank you!
    Sarah

    #787917

    Hi Sarah, sure.
    I manage all custom CSS in Appearance -> Custom CSS. Feel free to use it

    #787954

    Hi vadikcoma,

    You have two options to place the caption title in the center of your slider.

    One option is to change the Slider minimum height in pixel to 500px.

    Another option is to keep the Slider minimum height as 250px, and then lessen the padding above the caption. (The default is 100px.) To do that, please use this CSS:

    @media only screen and (max-device-width: 767px) {
       .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
          padding-top:0px !important;
       }
    }
    

    Please note that if you change the font size of the caption title, the value of the padding may need to be changed.

    I hope that helps!

    Best regards,
    Sarah

    #787960

    Thank you! Works perfectly!

    #787963

    You’re welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you.

    Thank you for using Enfold.

    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Middle-align heading on slider’ is closed to new replies.