CMS Development

AaronMTM
Participant | Gold Partner
Participant | Gold Partner

Generated by the HubSpot Template Builder

SOLVE

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

0 Upvotes
2 Accepted solutions
Gonzalo
Solution
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Generated by the HubSpot Template Builder

SOLVE

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

View solution in original post

John
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Generated by the HubSpot Template Builder

SOLVE

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.

View solution in original post

0 Upvotes
4 Replies 4
John
Solution
Top Contributor | Platinum Partner
Top Contributor | Platinum Partner

Generated by the HubSpot Template Builder

SOLVE

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 Upvotes
AaronMTM
Participant | Gold Partner
Participant | Gold Partner

Generated by the HubSpot Template Builder

SOLVE

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 Upvotes
Gonzalo
Solution
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Generated by the HubSpot Template Builder

SOLVE

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
Participant | Gold Partner
Participant | Gold Partner

Generated by the HubSpot Template Builder

SOLVE

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 Upvotes