Hi, I have 2 issues, one is I try to add custom css to a section
.gradient-bg {
background: #b71524; /* Old browsers */
background: -moz-linear-gradient(45deg, #b71524 0%, #650009 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #b71524 0%,#650009 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #b71524 0%,#650009) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71524', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
when setting gradient-bg class for the column. On the backend it looks like this:
but on the website it shows with the colors I’ve set from the Inspector for the columns.
You can check it here: http://cfte.valentin.graphics/index.php/cfte-home-page/
Another issue that I have check on this page: http://cfte.valentin.graphics/index.php/ai-in-finance/
the section with the people it is divided in 1/2 + 1/2 rows. The first 1/2 is divided into 4 more and it’s working fine but the second column is being displayed as 1/2+1/2 instead 1/1 (and that makes the text “Global CEO’s…” being displayed as 1/4 of the section), again in the builder it looks fine but when going into the website it looks differently.