Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #411219

    Hello,
    trying to get rid of GAP bellow slider on front page I followed one of the recomendation given in forum which worked well but which also led to another issue whic is that sections in portfolio iteams overlaps. I am enclosing example, website etc and would appreciate Your advice.

    The advice I folloewed earlier was adding following code to Quick CSS in Enfold theme options under general styling tab

    #main>.container_wrap>.container>.content {
    padding-top: 0;
    margin-top: -32px;
    }

    • This topic was modified 9 years, 8 months ago by Pijer.
    #411459

    Hi Pijer!

    Please try replacing your existing code with this:

    #main>.container_wrap>.container>.content {
    padding-top: 0;
    margin-top: 0px;
    }

    Please get back to us if this should break your other fix and we’ll have a look at it.

    Cheers!
    Rikard

    #411469

    Hello, Rikard,
    thank You very much for fast respond and fix. It made the healing in porfolio iteam page.
    The previous issue reappeared though and the GAP between MENU and upper side of a slider on the front page is back. I would love to eliminate tha GAP

    Thank You again!
    Petr

    #411797

    Hi!

    Adjust the top padding of the main container:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
      padding-top: 100px;
    }

    Regards,
    Ismael

    #411978

    You guys rock!
    Seriously!
    thnkx.
    petr

    #411993

    Hi Ismael,
    could You pls take another look. The solution You sent me worked very well for the front page, but it did work also on the other pages which causes the sorting option on porfolio page is hidden or part of a slider on porfolio iteam page is hidden – overlaped by upper segment.

    Thank You,
    best reg
    petr

    #412238

    Hi!

    Please use following code instead

    div#main>.container_wrap>.container>.content {
      padding-top: 0;
    }

    Regards,
    Yigit

    #412252
    This reply has been marked as private.
    #412278

    Hey!

    Do you mind creating a temporary admin login and posting it here privately please?
    Please review your website now. > sign was converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Regards,
    Yigit

    • This reply was modified 9 years, 8 months ago by Yigit.
    #412290
    This reply has been marked as private.
    #412295

    Hi!

    That happens sometimes when you copy&paste the code. In future, please make sure to check if sign is converted or not if you happen to copy any code that has “>” sign in it :)
    You are welcome! Glad we could help

    Cheers!
    Yigit

    #412302
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘How to manage sections overlapping’ is closed to new replies.