Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #299169

    Hi there :)
    I’d like the icons to be center aligned under the Doctor’s name …. how do i do that? When i set center for alignment in the icon box they go on top of eachother. I’d like them to be exactly as is, just want them all center aligned under the doctor’s name.

    • This topic was modified 10 years, 3 months ago by Courtney.
    #299499

    Hi courtney_martin!

    Thank you for using Enfold.

    I’m sorry but which icons and what section of the page? A screenshot will help.

    Best regards,
    Ismael

    #299727
    This reply has been marked as private.
    #299730
    This reply has been marked as private.
    #299742
    This reply has been marked as private.
    #299958

    Hey!

    Try adding this code to the Quick CSS:

    .flex_column.av_one_third.avia-builder-el-2 .av_font_icon {
        float: none !important;
    }
    
    .flex_column.av_one_third.avia-builder-el-2 .av_font_icon, .flex_column.av_one_third.avia-builder-el-2 .av_font_icon a{
        display: inline !important;
    }
    
    .flex_column.av_one_third.avia-builder-el-2 {
        text-align: center !important;
    }

    Cheers! 
    Josue

    #299979
    This reply has been marked as private.
    #299981

    You are welcome, always glad to help :)

    Regards,
    Josue

    #328585
    This reply has been marked as private.
    #328604

    Hey!

    Try adding this code to the Quick CSS:

    .avia-builder-el-4 .avia-icon-pos-left {
        float: none;
        display: inline-block;
    }
    .avia-builder-el-4 {
        text-align: center;
    }

    Cheers! 
    Josue

    #328639
    This reply has been marked as private.
    #328640
    This reply has been marked as private.
    #328641
    This reply has been marked as private.
    #328644

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        width: 180px;
        height: 180px;
    }

    Regarding the icons at the bottom you could try setting the alignment of the first to “right” and the last to “left” so they get closer.

    Cheers! 
    Josue

    #328645

    For the testimonials on mobile, add this:

    @media only screen and (max-width: 767px) {
        #top .av-large-testimonial-slider .avia-testimonial-content{ border:none; padding: 0; background: transparent; font-size: 1em; line-height: 1.4em;}
        #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{ padding: 0px 30px; }
        #top .av-large-testimonial-slider .avia-slideshow-arrows a{ font-size: 22px; top: 25%; margin: 0;}
    }

    Best regards,
    Josue

    #328652

    BRILLIANT!!!

    Thank you so much that would have taken me foreeeever to figure out… You are a life saver!

    #328654

    You are welcome, glad to help :)

    Regards,
    Josue

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