CMS Development

Jlawal
Contributeur de premier rang

Centering a Rich Text module on mobile

Résolue

Good morning 🙂

 

I'm having an issue with the first Rich Text module on this page.

 

While it is centered perfectly on desktop, the bottom line of text aligns to the left regardless of the styling i have put on it. Below are images of how it displays on desktop and mobile.

 

Any help would be greatly appreciated.

 

DesktopDesktopMobileMobile

0 Votes
1 Solution acceptée
Designer_WOT
Solution
Contributeur

Centering a Rich Text module on mobile

Résolue

Hello @Jlawal
        i have checked the page it has problem with the inline blank spacing. if you are aware with html  then it would be better to remove them from richtext. but if you are not aware with html coding then its fine just open page editor go to settings > Advanced Options > Head HTML and paste below code in head HTML and you will get the content centered.

<style>
#hs_cos_wrapper_module_1512569875826154 hr + span { display: block; }
#hs_cos_wrapper_module_1512569875826154 hr + span span { display:inline-block; text-indent:-120px; }
</style>



Please mark this as solution if it helps !

Voir la solution dans l'envoi d'origine

5 Réponses
Designer_WOT
Solution
Contributeur

Centering a Rich Text module on mobile

Résolue

Hello @Jlawal
        i have checked the page it has problem with the inline blank spacing. if you are aware with html  then it would be better to remove them from richtext. but if you are not aware with html coding then its fine just open page editor go to settings > Advanced Options > Head HTML and paste below code in head HTML and you will get the content centered.

<style>
#hs_cos_wrapper_module_1512569875826154 hr + span { display: block; }
#hs_cos_wrapper_module_1512569875826154 hr + span span { display:inline-block; text-indent:-120px; }
</style>



Please mark this as solution if it helps !

Jlawal
Contributeur de premier rang

Centering a Rich Text module on mobile

Résolue

Thank you @Designer_WOT, that has worked perfectly 🙂

0 Votes
Yoshi
HubSpot Employee
HubSpot Employee

Centering a Rich Text module on mobile

Résolue

Hey @Jlawal!

I went ahead and checked out the mobile code. 

It seems that text-align:left is applied to the class called "page-banner-overlay". 

csscss

This way you can center align those text for desktop and mobile. 

It seems that you have multiple spaces in front of "never", so I would recommend you to remove it from page editor. 

 

プロフェッショナルサービス


栁澤啓明|シニアテクニカルコンサルタント

Jlawal
Contributeur de premier rang

Centering a Rich Text module on mobile

Résolue

Neither of those seem to be working for me unfortunately 😞 @Shaykoo @Yoshi

0 Votes
Shaykoo
Participant

Centering a Rich Text module on mobile

Résolue

"md-tc" put this on the CSS class feild in the design manager selecting the text module.