Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #899229

    hi, this is my website:

    galleria

    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.
    #899239

    Hey Pas7o,

    Please provide a link to the site so I can inspect the page and css.

    Best regards,
    Jordan Shannon

    #899606

    Do it

    #899732

    Hi,

    Thanks for sending that info over. Please add this to quick css:

    .avia-builder-el-5{
    margin-top:10px!important;
    }

    Best regards,
    Jordan Shannon

    #900074

    the code doesn’t work. now i modified my website:

    sito

    how i can place the icon list on the left on 2 columns? whitout add another icon list item.

    thanks

    #900284

    Hi,

    Please try this instead:

    .home #av_section_1 .avia-content-slider-odd {
      margin-top:0 !important;
    }

    Best regards,
    Rikard

    #900338

    ok, thanks. now i’m interested about the icon list.

    #900408

    Hi,

    Let us know if you need further assistance :)

    Best regards,
    Nikko

    #900711

    now i modified my website:

    sito

    how i can place the icon list on the left on 2 columns? whitout add another icon list item.

    thanks

    #900879

    Hi,

    So do you want a list of three in two columns?

    Best regards,
    Jordan Shannon

    #900906

    exactly. thanks

    #900912

    Hi,

    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 Shannon

    #900922

    well, now this is my website:

    front

    this is the backend:

    back

    and this is the smartphone viewing:

    mobile

    I think it’s logical to understand what’s wrong

    #900988

    Hi,

    You’re needing it to be 2 columns on a smartphone?

    Best regards,
    Jordan Shannon

    #900997

    nope. under “servizi” must be the icon lists.

    #902308

    Hi,

    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,
    Nikko

    #902712

    ok

    #902716

    Hi,

    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,
    Nikko

    #902733

    whit this code nothing has changed.

    #902740

    Hi,

    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

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