We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 6, 2017 11:28 AM
If anyone can help with this we'd be very grateful! Horizontal space modules on the page aren't appearing correctly (see purple section, "the £35 billion..."). This should be centered with horizontal spacer either side of a rich text module. I think the problem is due to duplicate div declarations.
On our landing page (https://www.ldf.co.uk/flipside-business-development) we have some pop up modals (see Stories from the flipside section). This references a custom HTML module. Previously, this HTML module contained a full HTML page source for each of the three panels (including head, body etc). To try and reduce file requests I've stripped this down to the minimum, however as the popups were originally created as a Hubspot page the custom HTML has duplicate div class declarations.
If someone could confirm this and suggest a solution, or a way to diagnose the problem that would be amazing. Thanks in advance!
Solved! Go to Solution.
Dec 6, 2017 1:04 PM
Hi @simon2,
I have not looked much on your page but I have got a problem and you have to just put below CSS in your Stylesheet
.row-fluid [class*="span"] { min-height: 1px !important; }
Did my post help answer your query? Help the Community by marking it as a solution.
Team TRooInbound
Dec 6, 2017 1:04 PM
Hi @simon2,
I have not looked much on your page but I have got a problem and you have to just put below CSS in your Stylesheet
.row-fluid [class*="span"] { min-height: 1px !important; }
Did my post help answer your query? Help the Community by marking it as a solution.
Team TRooInbound
Dec 7, 2017 3:52 AM
Thanks so much @TRooInbound - that seems to have resolved the issue.