Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • suzanna Friend
    #205537

    Is there bootstrap div grid thing that can help me create a hang line like this?
    I don’t want to use template assignment for this.

    I know I can do my own CSS for this but was just curious if this is part of bootstrap grid (which I don’t understand at all).

    my-div {
    margin: 10px 0 10px 200px;
    }


    1. content
    Pankaj Sharma Moderator
    #566957

    HI
    Can you clarify what changes you want to done through boootstrap .
    the code you added is normal css code to adjust margin or a container .
    Add a screenshot and illustrate issue in it
    +share working site url here .so i can see what exactly you are looking .

    suzanna Friend
    #567245

    I don’t understand bootstrap grid.
    Does anyone know a resource that explains (in a very easy way:) <div class=”col-md-8″> and <div class=”col-md-4″>?

    Big thanks to Chavan for help with the div’s.

    Pankaj Sharma Moderator
    #567251

    <em>@suzanna 468934 wrote:</em><blockquote>I don’t understand bootstrap grid.
    Does anyone know a resource that explains (in a very easy way:) <div class=”col-md-8″> and <div class=”col-md-4″>?

    Big thanks to Chavan for help with the div’s.</blockquote>
    HI
    <div class=”col-md-8″> and <div class=”col-md-4″>

    col-md-8
    md s used for medium screen size .
    You can also saw there lg-md-sm is used .
    Total col size is 12 .
    col-md-8 means in medium screen size devices the width is col-8 (span8)
    col-md-4 means in medium screen size devices the width is col-4 (span4)
    lg – large display
    sm- small display

    You can read more about bootstrap here

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum