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

    Hi! Great theme!
    I used some code from another forum poster who was also trying to get divs to overlap. I used this code:

    .overlap{
       position:relative;
       bottom:200px;
       left:150px;
    }

    The problem is that when I use it to move a div upwards to overlap another div, it leaves a big gap below it (light blue on my home page: http://www.essentialifecoaching.com/). I’ve moved everything up to compensate for that 200px gap, but now it’s just hanging out there right above my footer. Can you help me to remove this gap, or would making the footer taller close the gap?

    Thanks!

    #520071

    Hey essentialifecoaching!

    You do not need to use custom CSS code. Please edit your column and check “Custom top and bottom margin” and enter negative top margin value to your column element – http://i.imgur.com/7VAxv6s.png

    Best regards,
    Yigit

    #520193

    Thanks for your quick response! That is a great and simple fix for the vertical overlap, but now it appears that the first layout element in the overlapping row is being ignored (it just contains an invisible white space content element) and the visible overlapping element is now too far to the left. Do you know what might be causing this?

    Thanks!

    #520364

    Hi,

    I’m not sure what you are trying to do there, could you post a screenshot highlighting your intentions please? You can upload to a service like imgur.com and then link to the image here.

    Best regards,
    Rikard

    #520488

    What it looks like with the custom css mentioned above is this:
    here

    Which is exactly what I want it to look like, but it leaves a big blue swatch at the bottom of the page, above the footer. You can see it on the website right now at here

    Following the solution provided above, the elements overlap, and the blue space at the bottom of the page no longer appears, but the image of the dock moves over to the left for some reason.

    #520783

    Hey!

    Cool layout. Did you fix the issue? This is what I see when I check the site:

    I don’t see any “blue space at the bottom of the page”.

    Best regards,
    Ismael

    #521866

    Yes! I managed to finagle a solution by putting the overlaying div in it’s own layout element. Problem solved, thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Overlapping divs leaves blank space below’ is closed to new replies.