Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #416167

    Hey, with the logo partner element is it possible to give the logos padding? They look good, but a bit bunched up. Thank you

    #416586

    Hi Marssolutions!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-border-deactivate.avia-logo-element-container img { padding: 10px; }

    Regards,
    Yigit

    #417521
    This reply has been marked as private.
    #418312

    Hey!

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

    Best regards,
    Rikard

    #432519
    This reply has been marked as private.
    #432998

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) and (min-width: 769px) {
    #top .avia-logo-element-container .slide-entry {
      width: 50%;
    }}

    Regards,
    Yigit

    #433211
    This reply has been marked as private.
    #434166

    Hey!

    If that is the whole content of your Quick CSS field, please change it to following one

    .av-border-deactivate.avia-logo-element-container img { padding: 45px; }
    
    .av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
    background-color: red !important;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive .av-countdown-time {
    font-size: 12px !important;
    }}
    
    @media only screen and (max-width: 990px) {
    #wrap_all {
    position: relative !important;
    }}
    
    .iconbox_content_container {
    font-size: 15px!important;
    }
    
    @media only screen and (max-width: 990px) and (min-width: 769px) {
    #top .avia-logo-element-container .slide-entry {
    width: 50% !important;
    }}

    Regards,
    Yigit

    #434772
    This reply has been marked as private.
    #434951
    This reply has been marked as private.
    #435569

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) and (min-width: 481px) {
    .avia-content-slider .slide-entry {
      width: 50%!important;
    }}

    Cheers!
    Yigit

    #435745
    This reply has been marked as private.
    #437847

    Hi!

    try this code instead, which is only for iPad portrait mode:

    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) 
      and (orientation: portrait) {
    .avia-logo-element-container.av-border-deactivate.avia-logo-grid.avia-content-slider.avia-smallarrow-slider.avia-content-grid-active.noHover.avia-content-slider1.avia-content-slider-even.avia-builder-el-59.el_after_av_hr.el_before_av_hr {
    width: 190%;
    }}
    

    and adjust as needed.
    Regards,
    Andy

    #438753
    This reply has been marked as private.
    #439483

    Hey!

    Do they have the same settings as the home page element?Try to replace the code with this:

    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1024px) 
      and (orientation: portrait) {
    .avia-logo-element-container.av-border-deactivate.avia-logo-grid.avia-content-slider.avia-smallarrow-slider.avia-content-grid-active {
    width: 190%;
    }}

    Cheers!
    Ismael

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