CMS Development

AaronMTM
参加者 | Gold Partner
参加者 | Gold Partner

Generated by the HubSpot Template Builder

解決

Where is this coming from and, more importantly, how do I prevent it from changing the design of our landing pages?hubspot.jpg

0 いいね!
2件の承認済みベストアンサー
Gonzalo
解決策
トップ投稿者 | Diamond Partner
トップ投稿者 | Diamond Partner

Generated by the HubSpot Template Builder

解決

Hi @AaronMTM,

 

If I am right, I think that this style is added when you customize the style of a block inside the content editor.

 

To remove that you need to follow the next steps:
edit-module-styles

And click "Clear all styles".

 

Extra info

If this answer helps you to solve your questions please mark it as a solution.

Thank you,


Gonzalo Torreras

HubSpot freelance developer

hola@gonzalotorreras.com
www.gonzalotorreras.com
Schedule a meeting

元の投稿で解決策を見る

John
解決策
トップ投稿者 | Platinum Partner
トップ投稿者 | Platinum Partner

Generated by the HubSpot Template Builder

解決

If @Gonzalo's solution didn't work and you just can't find it, as a last resort use a parent class with the id of the widget and write a new line of css to correct it. 

 

example:

body.parentClass #yourWidgetID { margin-left: unset !important; display: unset !important }

This will override it.



I like kudos almost as much as cake – a close second.

元の投稿で解決策を見る

0 いいね!
4件の返信
John
解決策
トップ投稿者 | Platinum Partner
トップ投稿者 | Platinum Partner

Generated by the HubSpot Template Builder

解決

If @Gonzalo's solution didn't work and you just can't find it, as a last resort use a parent class with the id of the widget and write a new line of css to correct it. 

 

example:

body.parentClass #yourWidgetID { margin-left: unset !important; display: unset !important }

This will override it.



I like kudos almost as much as cake – a close second.

0 いいね!
AaronMTM
参加者 | Gold Partner
参加者 | Gold Partner

Generated by the HubSpot Template Builder

解決

Hi John,

 

Thanks for the response. I did a CSS fix before posting the question. I am extremely anti-workaround and hoped to resolve this so as not to trip someone else up in the future. 

 

Take care,

 

Aaron

0 いいね!
Gonzalo
解決策
トップ投稿者 | Diamond Partner
トップ投稿者 | Diamond Partner

Generated by the HubSpot Template Builder

解決

Hi @AaronMTM,

 

If I am right, I think that this style is added when you customize the style of a block inside the content editor.

 

To remove that you need to follow the next steps:
edit-module-styles

And click "Clear all styles".

 

Extra info

If this answer helps you to solve your questions please mark it as a solution.

Thank you,


Gonzalo Torreras

HubSpot freelance developer

hola@gonzalotorreras.com
www.gonzalotorreras.com
Schedule a meeting
AaronMTM
参加者 | Gold Partner
参加者 | Gold Partner

Generated by the HubSpot Template Builder

解決

Hi Gonzalo,

 

Thank you so much for taking the time to reply. I didn't see any styles in that part of the editor but we'll go through each element and click "clear" just to confirm. 

 

Take care,

 

Aaron

0 いいね!