skip to Main Content

Bootstrap positioning col-xs with div order bound for seo reasons

I'm using Bootstrap 3.0 and I have this situation: <div class="row"> <div class="col-md-8 col-xs-12">text</div> <div class="col-md-4 col-xs-12">photo</div> </div> Desktop ---------------- --------- | text | photo | ---------------- --------- Mobile ------------------------- | text | ------------------------- | photo | ------------------------- On mobile…

VIEW QUESTION

How to i remove blank space from my website html – Twitter-api

<!DOCTYPE html> <html lang="en"> <head> <!-- jQuery from CDN --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"> </script> <script src="js/jribbble.js"></script> <script src="js/bootstrap.js"></script> <script> { $(document).ready(function() //Paste your Client Access Token in the line below within quotes - you can build your API from https://dribbble.com/account/applications $.jribbble.setToken('cca05ddeb756f269c5918ef26e50336f973d2e4146bbd80ec8ee87af31dd05a0');…

VIEW QUESTION
Back To Top
Search