Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #899133

    Hi, how can narrow the gap between the fullscreen slider element caption title and subtitle?

    Thanks.

    #899510

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #fullscreen_slider_1 .slideshow_align_caption h2 {
      margin-bottom:0 !important;
    }

    Best regards,
    Rikard

    #899775

    That didn’t work… I don’t see any change.

    #899785

    Hi,

    Please try to add this to quick css instead. Keep in mind you may have to hard clear the cache a few times over:

    .slideshow_align_caption h2.avia-caption-title{
    margin-bottom:7px!important;
    }
    
    .slideshow_align_caption .avia-caption-content.av_inherit_color p{
    margin-top:-15px!important;
    }

    Best regards,
    Jordan Shannon

    #899886

    That works great on desktops but on mobile the text gets all mixed up plus, I also noticed the text is very small on mobile. How can I fix both issues?

    #900904

    Hi,

    Add this to quick css as well:

    @media only screen and (max-width: 767px)  {
    .slideshow_align_caption .avia-caption-content.av_inherit_color {
    margin-top:35px!important;
    }}

    Best regards,
    Jordan Shannon

    #900908

    Great, thanks. What about the font size on mobile? It is very very small. How can I increase it?

    #900911

    Hi,

    You want to increase just that section?

    Best regards,
    Jordan Shannon

    #900969

    I want to increase the font size of the caption title and text only on mobile as it is very small.

    #900986

    Hi,

    Okay I see. Add this to quick css:

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    
    .responsive #top .slideshow_caption h2{
    font-size:50px!important;
    }
    
    .avia-caption-content.av_inherit_color p {
    font-size:28px!important;
    }}

    Best regards,
    Jordan Shannon

    #901417

    That worked great. How can I move the text and button higher on mobile? They are very low on the screen – https://screencast.com/t/NwlGU62Xt

    #901527

    Hi,

    I’m glad that solution worked. Add this to quick css:

    @media only screen and (max-width: 767px){
    .slideshow_align_caption{
    vertical-align:top!important;
    }}

    Best regards,
    Jordan Shannon

    #901541

    That didn’t seem to make any difference.

    #901664

    Hi,

    It did, but it was subtle, please add this as well then:

    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption{
    padding-top:20px!important;
    }

    If this works please let me know. If there are no other header issues we can close this topic.

    Best regards,
    Jordan Shannon

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