Hello, for some reason some of the columns are no longer visible on the front-end even though they are visible and editable in the back-end (see attached screenshot). It would be great if someone could help me to solve this problem quickly as the homepage went online two day ago.
Many thanks for your support!
The section is hidden via css but I don’t know why and how to overwrite this rule:
#after_section_3 {
display: none!important;
}
Here is the url
Hi,
Thanks for getting on touch!
Try the following CSS code in the Quick CSS section of the theme settings:
#after_section_3.av_default_container_wrap {
display: block !important;
}
Best regards,
Jordan
Many thanks Jordan. Problem solved!