-
AuthorPosts
-
March 23, 2015 at 2:44 am #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
March 23, 2015 at 7:05 pm #416586Hi 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,
YigitMarch 25, 2015 at 2:57 am #417521This reply has been marked as private.March 26, 2015 at 5:21 am #418312Hey!
Could you please provide us with a link to the site in question so that we can take a closer look?
Best regards,
RikardApril 22, 2015 at 3:51 am #432519This reply has been marked as private.April 22, 2015 at 5:36 pm #432998Hey!
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,
YigitApril 23, 2015 at 4:22 am #433211This reply has been marked as private.April 24, 2015 at 3:26 pm #434166Hey!
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,
YigitApril 26, 2015 at 2:36 am #434772This reply has been marked as private.April 27, 2015 at 1:55 am #434951This reply has been marked as private.April 27, 2015 at 8:17 pm #435569Hi!
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!
YigitApril 28, 2015 at 1:23 am #435745This reply has been marked as private.April 30, 2015 at 11:31 pm #437847Hi!
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,
AndyMay 4, 2015 at 8:08 am #438753This reply has been marked as private.May 5, 2015 at 4:18 am #439483Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.