Forums

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

Home Forums CSS Bootstrap pull question

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44352
    catfood
    Member

    I have a simple login form on the top right of my site using the ‘pull-right’ css. i want this form to align to the left on a mobile (when you resize down) – at the moment it’s still floating about on the right and looks wrong.

    any pro-tips?

    ta

    #133115
    Paulie_D
    Member

    Do you have a link as the one in your post does not work?

    #133116
    catfood
    Member

    im trying to copy pasta code and it aint lettin me

    #133121
    catfood
    Member
    #133118
    catfood
    Member

    like so?

    .formLogin {
    margin: 0px 0 0 20px;
    display: block;
    border-bottom:1px dotted #f2f2f2;
    float: right;

    }

    @media screen and (min-width: 400px) and (max-width: 1000px) {
    .formLogin {
    float: none;
    }
    }

    #133132
    catfood
    Member

    cheers – seems to have done the trick

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