Forums

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

Home Forums CSS [Solved] Having problems with bootstrap?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #210573
    cscodismith
    Participant

    I am currently working on a site and when a users clicks on the Sign In hyperlink it displays a div on top of the page that doesn’t show up unless a user / guest clicks on it. I am in the middle of styling this and have come to the realization that when adjusting the window further down it doesn’t look too great. The content inside of it seems to jump outside of the container that I put it in. You can view a live example of what I am talking about on this JSFiddle project. Hope some of you can help me out and figure out why it won’t stay in its .container2

    Best regards,
    Codi

    #210575
    khaled AlBasher
    Participant

    remove hight attribute from sign-module class in css like this:
    .sign-module{width:100%;background-color:#F4F4EA;}

    #210594
    cscodismith
    Participant

    That fixed it! Thank you a lot, can’t believe I couldn’t find that. Next time I will make sure I take a closer look at everything to see if there is anything as obvious as this one that I can easily fix. Thank you again Khaled!

    Best regards,
    Codi

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