Hello Everyone!
Sorry to bother you, I would like to put a thin grey line between the 1/4 block on the left and the main content on the right of this page.
I have seen on other post i have to put a css code, but everyone i’ve tried did not work.
Can you help me? .
Thanks in advance,
Foti
Hey Arcadia93g,
Add this to quick css:
.page-child.parent-pageid-25 .flex_column.avia-builder-el-last{
border-left: 1px solid gray!important;
padding-left: 50px!important;
min-height: 960px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan for the quick reply, I costumized a bit the code to better adat it to what i needed, i didnt want the grid row to be have a line too.
I costumized it as follow :
.page-child.parent-pageid-25 .av_one_fourth{
border-right: 1px solid #e2e2e2!important;
padding-right: 50px!important;
min-height: 520px!important;
}
It almost worked as i wanted, unfortunatly it included the line to the footer too…Is there a way to exclude footer from the comand?
Cheers,
Giona
Hi,
Add the following:
.page-child.parent-pageid-25 #footer .av_one_fourth{
border-right: none!important;
padding-right: 0px!important;
min-height:100%!important;
}
Best regards,
Jordan Shannon
All works smoothly!
Thanks for the amazing support!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon