Forums

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

Home Forums CSS How can i make one div in the left like images

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #207383
    dauruk0512
    Participant

    Hello huys, i’m doing create dummy html using bootsrap and need some help how to customize my template will be like images,
    and images is here http://prntscr.com/8atxw3

    and all i have been done is here http://codepen.io/anon/pen/XmWbox

    My question is how can i give one div in the left, i have been adding one div but the div show in the top of three div, if any suggest will be thanks full.

    Regards

    #207388
    Paulie_D
    Member

    I’m not sure what you are asking. Do you mean you want to add a fourth column?

    #207414
    dauruk0512
    Participant

    Yes paulie, but why my it so hard to customize, the fourt coloumn is small width not same as col-md-4 ! please kindly look my images above there, i have been survive about it,
    do you have any idea paulie ?

    #207417
    Krish1980
    Participant

    You’ve used a row that occupies the full width, and then column spans that are 33.33% wide – there will be no space left for a fourth column. One way to solve this would be to first divide the parent container into two parts – one narrow left column of the desired with and one wide column that takes the remaining space. The “col-md-4” s can then be placed inside this wide column.

    #207418
    dauruk0512
    Participant

    So you have anohter idea to make it happend, thanks

    #207419
    Krish1980
    Participant

    So you have anohter idea to make it happend, thanks

    Did you try what I suggested? It’s a pretty common way of executing such layouts.

    #207420
    Paulie_D
    Member

    You are using a 12 column system and you already have 3*4 columns (md-4) so another column won’t fit.

    Use 4*3 columns (md-3) and it fits.

    http://codepen.io/Paulie-D/pen/qOBXeY

    I’d suggest you learn how the Bootstrap works before trying to change it…or use a template that actually does what you want.

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