Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #686107

    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!

    #686108

    The section is hidden via css but I don’t know why and how to overwrite this rule:

    #after_section_3 {
        display: none!important;
    }
    #686110

    Here is the url

    #686115

    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

    #686222

    Many thanks Jordan. Problem solved!

    #686767

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Columns not showing’ is closed to new replies.