CMS Development

simon2
投稿者

Help Needed: Modal popup code affecting horizontal space module elsewhere on page

解決

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!

0 いいね!
1件の承認済みベストアンサー
TRooInbound
解決策
キーアドバイザー

Help Needed: Modal popup code affecting horizontal space module elsewhere on page

解決

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

元の投稿で解決策を見る

2件の返信
TRooInbound
解決策
キーアドバイザー

Help Needed: Modal popup code affecting horizontal space module elsewhere on page

解決

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

simon2
投稿者

Help Needed: Modal popup code affecting horizontal space module elsewhere on page

解決

Thanks so much @TRooInbound - that seems to have resolved the issue.