How to create row with background image containing two columns with container
SOLVE
Anyone can give me way to create custom module with one row with background image and in that row conatin one container with 2 columns. How it is achived in Hubspot?
1. add an image widget to the module2. copy the snippet3. add the snippet somewhere in the module and copy the img src code. delete the rest4. insert the copied code into the url brackets
you can add
min-height:500px; /* insert your desired height here */
after
background-position:center center;
also you can give the whole thing a css class and style it better in css.
1. add an image widget to the module2. copy the snippet3. add the snippet somewhere in the module and copy the img src code. delete the rest4. insert the copied code into the url brackets
you can add
min-height:500px; /* insert your desired height here */
after
background-position:center center;
also you can give the whole thing a css class and style it better in css.
4. copy only the "code" which is inside the <img src="">-tag and delete the whole other part( you won't need the alt tag and sizes because it's gonna be fullsize and a background-image)
5. write the following code(it's a simple HubSpot based layout)