Hi,
I just downloaded the gym demo and cant see the home page!
the other pages are ok
I have tried to change the Frontpage Settings. but it doesn’t help
?
Hi,
Thank you for using Enfold.
There’s a lot of invalid html tags in the elements’ title or label field. The demo originally has an LTR layout so you may need to import the demo on an LTR site before switching to RTL.
Best regards,
Ismael
Hi Ismael,
That’s exactly what I did.
I always do it that way …
Everything is OK!
I reinstalled the theam and everything worked
Thanks
now i have a problem with color section with 6 columns
I’ve added this code:
.flex_column.av_one_fifth.first.avia-builder-el-first {
margin-left: 0 !important;
}
.flex_column.av_one_fifth.first.avia-builder-el-last {
margin-left: 6%;
float: left;
clear: none;
margin-top: 0;
}
div .av_one_fifth {
margin-left: 6%;
width: 10%;
}
However, it is not looking correct
Hi,
Add a custom css class attribute to the 1/5 columns which have to be converted to 1/6. Use “av_one_sixth” for example then use this css code.
#icons-section-home-page div .av_one_sixth {
width: 11%;
}
#icons-section-home-page div .av_one_sixth:nth-child(6) {
clear: none;
float: right;
}
Best regards,
Ismael
can’t find where i need to add a custom css class to the column!
Hi daropress,
Here is how to enable it
If you need further assistance please let us know.
Best regards,
Victoria