Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1440859

    Hi there :-)
    can you pls help me with the following issue:

    I would like to remove the white area/gap between the red socket and the picture with the contact button at the bottom of my site. Which settings have to be done?
    For the purpose of visualisation pls check the imgur link in the private content area.
    Thanks a lot and have a good day!
    Anne

    #1440872

    Hey Anne,

    I can’t see a link to your site or to imgur in you post, please include those in your next reply.

    Best regards,
    Rikard

    #1440879
    This reply has been marked as private.
    #1440924

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #after_section_2 .content {
      padding: 0; 
    }

    Best regards,
    Rikard

    #1441195

    Hi Rikard,
    unfortunately this didn’t help. The white space between socket and the color section with the dandelion is still there.
    Any other idea?
    Thanks and kind regards
    Anne

    #1441201
    This reply has been marked as private.
    #1441273

    Hi,

    Please try this CSS instead:

    .home #after_section_2 {
      display: none; 
    }

    Best regards,
    Rikard

    #1441304

    Hey Rikard,
    it works, but only for the Start page and not for the others.
    Doesn’t the CSS apply to all pages, when I put it into the General Styling?
    Sorry for not having good news…
    Hopefully we gonna find a solution.
    Kind regards,
    Anne

    • This reply was modified 6 days, 8 hours ago by Anninana.
    #1441335

    Hi,

    Please try this instead of the last piece of code I posted:

    #after_section_2 {
      clear: inherit;
    }

    Best regards,
    Rikard

    #1441344

    Do you mean that I should replace the former code by this last one?
    If so, this time the effect is, that the color section is being completely removed on some pages, but not on all.
    I shall create a login for you so if you want you can have a look to my dashboard yourself.
    Kind regards,
    Anne

    #1441377

    Hi,

    Thank you for the update.

    Looks like the sidebar is still enabled for the page. Please remove the previous css code, edit the page and set the Layout > Sidebar Settings to No Sidebar. This should remove the space above the socket or footer. If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    #1441457

    Okay, that works.
    I had put the right sidebar intentionally, because I don’t want the text to be over the intire width. So I will look how I can find creative solutions :)
    Thanks for the solution, Ismael.
    Best regards,
    Anne

    #1441491

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1441504

    Yes, you can close this topic,
    But I wonder, why the enabled sidebar has an impact on the footer area. This seems to be strange to me ;-)
    Anyway, good to know.
    Thanks for your support.
    Kind regards,
    Anne

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Footer issue’ is closed to new replies.