Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Nothing behind Sharethis-wrapper

  • This topic is empty.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #164039
    papdronning
    Participant

    On this page: http://skyum.dk/sample-page/

    A Share This bar appears below then menu, when you scroll. This makes the top of the images on the right disappear. I need to figure out to prevent this. So nothing must go behind the Share This-wrapper.

    Any ideas?

    #164053
    Paulie_D
    Member

    I think it’s this :

    .single #content .sidebar, .page #content .sidebar {
    width: 390px;
    float: left;
    overflow: hidden;
    margin-top: 50px; <-- add or change this 
    }
    

    You should be aware that this ‘Share This’ bar has position:fixed so elements will scroll behind it…nothing you can do about that unless you remove that property….but I’m not sure that’s what you want.

    #164054
    papdronning
    Participant

    What will happen if I change that?

    #164055
    papdronning
    Participant

    Position:fixed I mean

    #164056
    papdronning
    Participant

    Oh yeah! I think this will work for now.

    Can you help me move the content down om the frontpage also: http://skyum.dk/

    There it’s pretty much the same issue if I use the grey filter-menu at the top of the slider.

    #164058
    Paulie_D
    Member

    Can you help me move the content down om the frontpage also: http://skyum.dk/

    Not sure what you mean.

    #164060
    Paulie_D
    Member

    Position:fixed I mean

    Try it and find out.

    #164061
    papdronning
    Participant

    Like the sidebar was just moved down so the grey bar wasn’t in the way.

    If you go to the frontpage. You can see there’s a grey menu, that says “Alle, galleri, nyheder …”. If you try to use that you’ll the same issue as before, with the top of the image being cut off. How do I move those iamge down a bit we did with the sidebar before?

    And thanks!

    #164064
    Paulie_D
    Member
    #content {
    clear: both;
    margin-top: 125px; <-- add &/or amend this I think
    padding: /* 125px 0 */0;
    }
    
    #164068
    papdronning
    Participant

    You are a saint!

    #164069
    Paulie_D
    Member

    You are a saint!

    I try. ;)

Viewing 11 posts - 1 through 11 (of 11 total)
  • The forum ‘CSS’ is closed to new topics and replies.