Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1034915

    Containers that are hidden for small screens give empty lines on Fullscreen.
    How can I remove this? CSS?

    #1035058

    Hey J.,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-518 #after_submenu_2 {
      display:none;
    }

    Best regards,
    Rikard

    #1035079

    Unfortunately, there has been no change.
    Enclosed a screenshot of the problem areas.

    #1035412

    Hi,

    Please try this instead:

    .home #after_submenu_2, .page-id-518 #after_submenu_2 {
      display:none;
    }

    Also make sure to delete the old CSS and JS files under Enfold->Performance before checking the changes.

    Best regards,
    Rikard

    #1035492

    Hi,
    On the page https://bzobjektmoebel.ch/beratung-planung-bemusterung/ unfortunately nothing has happened yet.

    On the home side, it’s perfect.

    #1036128

    Hi Jacky,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page-id-518 #after_full_slider_2 {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1040746

    In the desktop display everything is now perfect.
    Unfortunately, so content disappears in the phone and on the iPad portrait format.
    Homesite is ok.
    But on this site content disappears :https://bzobjektmoebel.ch/beratung-planung-bemusterung/

    • This reply was modified 5 years, 10 months ago by Jacky.
    #1041112

    Hi,

    It looks like you have selected that section to not be visible on medium sized screens in the element options?

    Best regards,
    Rikard

    #1041153

    Hi,
    No I selected correct, it’s all right. As soon as I remove your code, all components in the Ihone are displayed correctly.
    That’s why I removed the code at the moment.

    How I see also on the homepage components are missing with your code.

    I will send you a login so that you can have a look.

    #1043193

    I did not receive an answer. Did the last message with Login-Info arrive?

    #1043468

    Hi,

    Sorry for the late response. Try to wrap the content inside a color section and then hide it on small screens via Screen Options. That gap is there because the theme automatically wraps elements in a section if they’re not inside a color section or a grid.

    Best regards,
    Ismael

    #1043685

    I have already tried everything. Try for hours.
    Now I’m glad if you log in and just bring the bars to disappear.
    My customer is meanwhile angry. :(

    #1044717

    Hi,

    Thanks for the update. And sorry for the inconvenience.

    I moved the mobile-specific elements inside their own color section and configure the Screen Options accordingly.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.