New Landing How can we help? Themeforest Theme Support Dante Padding at top of page

Viewing 9 posts - 16 through 24 (of 24 total)
  • Posted in: Dante
  • #122332
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .slider-wrap {
      margin-bottom: 0;
    }
    

    – Kyle

    #122334
    ckgerard
    Member
    Post count: 145

    Bingo! You’re the best, Kyle! Thank you all so much for your help. I really appreciate it. Is there somewhere I can donate?

    #122335
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem, haha thanks but that won’t be necessary, it’s our job to help 🙂

    – Kyle

    #122521
    ckgerard
    Member
    Post count: 145

    One more question regarding these row elements. On my mobile (iPhone 6 Plus) I’m getting white margins on either side (see screenshot) – just the row elements only. Is there a workaround for this

    Attachments:
    You must be logged in to view attached files.
    #122525
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #page-wrap {
      padding-left: 0;
      padding-right: 0;
    }

    – Kyle

    #122528
    ckgerard
    Member
    Post count: 145

    Hi Kyle,

    Already had that bit of code inserted (see screenshot). If I remember right, It fixed the padding under the rev slider on this page:http://www.daffysgin.com/wordpress/?page_id=52

    I tried:
    .slider-wrap {
    margin-side: 0;
    }

    But it doesnt seem to work – now deleted.

    Attachments:
    You must be logged in to view attached files.
    #122531
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry? The code above is completely different

    – Kyle

    #122532
    ckgerard
    Member
    Post count: 145

    Oh – so sorry. I was looking at the previous email.

    Yes –

    #page-wrap {
    padding-left: 0;
    padding-right: 0;
    }

    Worked like a charm!

    Thanks again!

    #122534
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 9 posts - 16 through 24 (of 24 total)

You must be logged in to reply to this topic.