skip to Main Content

Incorrect Magento 2 layouts override behavior

Installed clear magento 2.3.2 Created simple custom theme which contain (theme.xml, registration.php and CustomTheme/Magento_Customer/layout/customer_account_create.xml). Also I created a simple extension which add a custom field to customer accout create form (This extension also use customer_account_create.xml). <body> <referenceContainer name="form.additional.info"> <block class="CompanyNameModuleNameBlockTest"…

VIEW QUESTION

How to align Bootstrap grids like a masonry layout?-Twitter bootstrap

My grid setup now is as follows: <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" rel="stylesheet"/> <div class='col-md-12 col-sm-12 col-xs-12'> <div class='col-md-9 col-sm-9 col-xs-12 text-center' style="height:200px;background-color:#0077CC; border-right:2px solid white; border-bottom: 2px solid white"> DIV 1 </div> <div class='col-md-3 col-sm-3 col-xs-12'style="height:320px;background-color:#0077CC; border-right:2px solid white; border-bottom: 2px solid…

VIEW QUESTION

Magento xml layout strange behavior

I'm on a 1.9.3 Magento installation, trying to optimize the existing application. There is a custom theme, which defines the custom layouts where I found a big mess: duplicated files everywhere, totally absurd overwriting of core behavior, so I tried…

VIEW QUESTION

Place text behind background image – Photoshop

Right now I am having trouble placing a paragraph behind a background image. I have tried using z-index and position relative, but have not found any success. How could I do this? .pageone { background-image: url(headerhalf.png); background-attachment: fixed; background-repeat: no-repeat;…

VIEW QUESTION
Back To Top
Search