Dear Sir/ Madam,
I am waiting online to fix the problem that the gap is too wide between the paragraph, what should i do with it?
Thank you and Salute!
Dear Sir/ Madam,
I am waiting online to fix the problem that the gap is too wide between the paragraph, what should i do with it?
Thank you and Salute!
Dear Sir/Madam,
I am really looking forward for your reply!
Hello Tianze,
Thanks for writing in!
Can you please share the exact page URL so we can take a closer look? In the meantime please try out following CSS under X > Theme Options > CSS:
.page h5 {
margin-top: .70em !important;
margin-bottom: .10em !important;
}
.page p {
margin-top: 2px !important;
margin-bottom: 4px !important;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
Finally I got replied, thank you. Now is 1:00am in China, I am still solving the problem, please my web page is here:
https://cnsla.org/瑞中国际高级法律人才交流项目/
thank you
Hello Tianze,
Thanks for updating the thread.
After creating the ticket we request you not to post additional replies as doing so pushes ticket back into the queue. In case you want to add additional information, please edit the ticket and the details.
I checked the page and the code that I have shared in previous reply will work fine. Please use following:
.page h5 {
margin-top: .70em !important;
margin-bottom: .10em !important;
}
Thanks.
Thank you Prasant, it works.
Additionally, the content words look too big, is it possible to make it 90% as big as it is?
Hello Tianze,
Thanks for updating the thread.
Sure, please replace previous code that I shared with following to adjust font size:
.page h5 {
margin-top: .70em !important;
margin-bottom: .10em !important;
font-size: 1em !important;
}
Thanks.
Dear Prasant,
Thank you it works perfectly! how about making the paragraph front a little bigger, can i modify as this?
.page paragraph {
margin-top: .70em !important;
margin-bottom: .10em !important;
font-size: 2 em !important;
}
It seems not working
Hello Tianze,
Thanks for updating the thread.
Please use following CSS under X > Theme Options > CSS to change paragraph font size:
.page p {
font-size: 1.9em;
}
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.