-
AuthorPosts
-
January 18, 2018 at 6:15 pm #899229
hi, this is my website:
i want delete the space between the title “concessionario per verona” and the masonry gallery.
thanks
- This topic was modified 6 years, 11 months ago by Pas7o.
January 18, 2018 at 6:27 pm #899239Hey Pas7o,
Please provide a link to the site so I can inspect the page and css.
Best regards,
Jordan ShannonJanuary 19, 2018 at 11:54 am #899606Do it
January 19, 2018 at 4:50 pm #899732Hi,
Thanks for sending that info over. Please add this to quick css:
.avia-builder-el-5{ margin-top:10px!important; }
Best regards,
Jordan ShannonJanuary 20, 2018 at 12:41 pm #900074January 21, 2018 at 7:41 am #900284Hi,
Please try this instead:
.home #av_section_1 .avia-content-slider-odd { margin-top:0 !important; }
Best regards,
RikardJanuary 21, 2018 at 12:09 pm #900338ok, thanks. now i’m interested about the icon list.
January 21, 2018 at 6:01 pm #900408Hi,
Let us know if you need further assistance :)
Best regards,
NikkoJanuary 22, 2018 at 10:03 am #900711January 22, 2018 at 4:55 pm #900879Hi,
So do you want a list of three in two columns?
Best regards,
Jordan ShannonJanuary 22, 2018 at 5:45 pm #900906exactly. thanks
January 22, 2018 at 5:53 pm #900912Hi,
I see. Honestly the easiest way to accomplish this, as well ensure the best responsiveness across many devices is to use two list column elements. What is your reason for being adverse to using 2 list elements? Perhaps we can work out a solution.
Best regards,
Jordan ShannonJanuary 22, 2018 at 6:04 pm #900922January 22, 2018 at 10:02 pm #900988Hi,
You’re needing it to be 2 columns on a smartphone?
Best regards,
Jordan ShannonJanuary 22, 2018 at 10:20 pm #900997nope. under “servizi” must be the icon lists.
January 24, 2018 at 8:53 pm #902308Hi,
I tried to check your site again, however it’s under maintenance and the login access doesn’t seem to work anymore. Can you give us access to the page again? so we can try to give you the css code that should help.
Best regards,
NikkoJanuary 25, 2018 at 10:20 am #902712January 25, 2018 at 10:25 am #902716Hi,
Thanks, try adding this css code in QUick CSS (located in ENfold > General Styling):
@media only screen and (max-width:767px) { .home #av_section_1 .flex_column.av_one_fourth { margin-bottom: 0 !important; } }
Hope this helps :)
Best regards,
NikkoJanuary 25, 2018 at 10:33 am #902733whit this code nothing has changed.
January 25, 2018 at 10:45 am #902740Hi,
Try replacing the code I gave with this one instead:
@media only screen and (max-width:767px) { .home #av_section_1 .flex_column.av_one_fourth { margin-bottom: 0 !important; } .home #av_section_1 .flex_column.av_one_fourth.avia-builder-el-8 { margin-top: -13px !important; } }
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.