Jump to content

How to kill white space above WYSIWYG editor?

Featured Replies

Posted

Can anyone please help me know how I can remove the whitespace just above the WYSIWYG editor box on the homepage

https://carnity.com/

 

image.thumb.png.f48d4ce4cb0a4af1e1b4530a5ef8b1a0.png

3 hours ago, Gauravk said:

Can anyone please help me know how I can remove the whitespace just above the WYSIWYG editor box on the homepage

https://carnity.com/

 

image.thumb.png.f48d4ce4cb0a4af1e1b4530a5ef8b1a0.png

[data-pagecontroller="page"] .ipsBreadcrumb.ipsBreadcrumb_top {
    margin: 0 0 0px;
    padding: 0px 0;
    opacity: .6;
}

If you want site-wide just remove data attribute. 

  • Author

Thanks @Goza should I add this in custom.css?

17 hours ago, Gauravk said:

Thanks @Goza should I add this in custom.css?

Yes

  • Author

Thanks @Goza it worked great in killing the whitespace just below the breadcrumb, but space just above the WYSIWYG editor is still there, is there any way we can kill that too....?

image.thumb.png.44e4e58a86c82066f0326c769e298998.png

[data-pagecontroller="page"] .cWidgetContainer[data-widgetArea="header"] {
    margin: -25px 0 20px;
}

You can adjust however you like but raising any higher will make your image overlap home. 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.