Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #512094

    I have set up a page as follows:

    http://screencast.com/t/5Pc7oHDXS0HZ

    The breadcrumbs section is there so the breadcrumbs will display below the slider image (not currently configured).

    I would expect the icon list to be displayed level with the headline, but it is appearing below it.

    http://screencast.com/t/T9hO3SXK0

    Where is the big gap above the icon list coming from?

    #512286

    Hey richardelectrix!

    As far as i remember you have turn on custom CSS field for ALB elements already. Please edit your column element and give it a custom class and then add following code to Quick CSS

    .your-custom-class { margin-top: 0; }

    Cheers!
    Yigit

    #512315

    Hi I have tried applying the same technique on the breadcumbs (within a text area), but it doesnt seem to have any effect.

    Do you know why?

    #512374

    Hey!

    Please change the code to following one

    .your-custom-class { margin-top: 0!important; padding-top: 0!important; }

    Best regards,
    Yigit

    #512637

    That seems to have fixed it on a desktop, however on a mobile everything is too close to each other now and there is an inconsistency with the gaps between icon lists …

    Tight gap between icon lists:

    Correct gap between icon lists:

    Tight gap between elements:

    #512639
    #513215

    Hey!

    use this code to control margin for separator line:

    @media only screen and (max-device-width: 736px) {
    .hr.hr-custom.hr-center.hr-icon-no.avia-builder-el-13.el_after_av_iconlist.el_before_av_iconlist {
    margin-bottom: 20px !important;
    margin-top: -30px !important;
    }}
    

    and this for the other separator line (on the other page):

    @media only screen and (max-device-width: 736px) {
    .hr.hr-custom.hr-center.hr-icon-no.avia-builder-el-9.el_after_av_iconlist.el_before_av_iconlist {
    margin-bottom: 20px !important;
    margin-top: -30px !important;
    }}
    

    The other things seem to be fine for me. Could you fix them?

    Regards,
    Andy

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