Results 1 to 2 of 2

Thread: Bootstrap half screen

  1. #1
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default Bootstrap half screen

    Hey all,

    How does the code look like in Bootstrap to see half of the screen filled with an image and next to it the other half with text, and then the opposite, so that the images are same size and fit perfectly?
    Please see attachement to understand what I mean.
    On mobile, the text should appear full screen below the full screen image.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Knipsel.JPG 
Views:	290 
Size:	36.7 KB 
ID:	5943  

  2. #2
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    This is the solution I received:

    Code:
    <div class="row">
    <div class="col-md-6 col-xs-12">text</div>
    <div class="col-md-6 col-xs-12">image</div>
    </div>
    <div class="row">
    <div class="col-md-6 col-xs-12">image</div>
    <div class="col-md-6 col-xs-12">text</div>
    </div>

Similar Threads

  1. YouTube header background Bootstrap
    By chechu in forum HTML
    Replies: 0
    Last Post: 02-22-2016, 09:19 PM
  2. Gap at end of Bootstrap table
    By jdadwilson in forum CSS
    Replies: 9
    Last Post: 09-15-2015, 07:17 PM
  3. Bootstrap Table Rollover
    By jdadwilson in forum CSS
    Replies: 2
    Last Post: 09-03-2015, 07:05 AM
  4. Responsive Bootstrap DDMegamenu
    By mulaus in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 02-13-2015, 08:24 AM
  5. Need help with Twitter Bootstrap Carousel
    By katiebugla in forum Other
    Replies: 1
    Last Post: 10-16-2012, 10:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •