skip to Main Content

Hidden sidebar, expand my viewport, how to change it? – SEO

I've made hamburger menu with sidebar list for mobile with some js. This is code: <button class="hamburger"> <span class="hamburger__box"> <span class="hamburger__inner"></span> </span> </button> <div class="navigation"> <ul class="navigation__list"> <a href="zatrudnij-programiste-webowego"><li class="navigation__item">O mnie</li></a> <a href="zatrudnij-programiste-webowego"><li class="navigation__item">Oferta</li></a> <a href="html-css-js-php-bootstrap-seo-wordpress"><li class="navigation__item">Technologie</li></a> <a href="#"><li class="navigation__item…

VIEW QUESTION

How to make space between two text boxes in bootstrap-Twitter bootstrap

I need small white space between two text boxes. <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" /> <div class="row col-lg-12 col-sm-12"> <div class="input-group col-md-8"> <span class="control-label">Product Name*</span> <input type="text" class="form-control" placeholder="Product Name" id="productname" required> </div> <div class="input-group col-md-4" style=> <span class="control-label">Short Name*</span> <input type="text"…

VIEW QUESTION
Back To Top
Search