skip to Main Content

Magento 2 – Symlinks not created in dev mode

Environment: - Magento 2.3 - Mode: Developer - Cache: Disabled - empty: pub/static, except .htaccess - empty: var/cache, var/composer_home, var/page_cache, var/view_preprocessed From there it is my understanding that if you reach the website through a browser, considering there are no…

VIEW QUESTION

Reset or ignore a (max)width in CSS-Twitter bootstrap

I have the following code (codepen) /******* NO ACCESS ********************/ .container {border: 1px solid green;} .container > div {border: 1px solid red;} .container .header {max-width: 50%;} /**************************************/ .container.reset-header .header {max-width: auto;} <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet"/> <div class="container"> <div class="col-4 picture">col-4</div> <div…

VIEW QUESTION
Back To Top
Search