Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #760222

    Hello,

    I am having trouble with a page where it seems that an additional blank color section has appeared, and if I switch to a text editor mode, I have nothing (no code appears), so I cannot delete it from there either…

    Could you advice on how to proceed?

    Thank you!

    #760258

    Hey Fiorilla!

    Thank you very much for contacting us.
    Can you please help us understand, where is that blanc color?
    A screenshot could help.

    Thank you

    Cheers!
    Basilis

    #760262

    Hey Fiorilla,

    You can add this via quick css:

    #after_section_4{
    display:none !important;
    }

    Let me know if this works

    Best regards,
    Jordan Shannon

    #760561

    Hi! Thanks for your advice – actually, this morning it looks different from yesterday, very weird! Here is the screenshot of what I saw yesterday while checking with Firebug… (if you have advice about how not to let that happen again, it would be great!)

    Fiorilla

    #760824

    Hi,

    I removed that blank space yesterday by providing the adding the following css:

    #after_section_4{
    display:none !important;
    }

    Best regards,
    Jordan Shannon

    #760837

    Oh great, thank you so much!

    #760840

    Hey!

    Please use the code as following so it would not affect other pages

    .page-id-46 #after_section_4{
    display:none !important;
    }

    Best regards,
    Yigit

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