Gauravk Posted March 13, 2019 Posted March 13, 2019 Can anyone please help me know how I can remove the whitespace just above the WYSIWYG editor box on the homepage https://carnity.com/
Goza Posted March 13, 2019 Posted March 13, 2019 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/ [data-pagecontroller="page"] .ipsBreadcrumb.ipsBreadcrumb_top { margin: 0 0 0px; padding: 0px 0; opacity: .6; } If you want site-wide just remove data attribute.
Gauravk Posted March 14, 2019 Author Posted March 14, 2019 Thanks @Goza should I add this in custom.css?
Goza Posted March 15, 2019 Posted March 15, 2019 17 hours ago, Gauravk said: Thanks @Goza should I add this in custom.css? Yes
Gauravk Posted March 17, 2019 Author Posted March 17, 2019 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....?
Goza Posted March 17, 2019 Posted March 17, 2019 [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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.