Steps:
1) Add content(long)
2) Observe

Expected: The font size should be reduced as it is looking not fine when a long content is added

Comments

Neetika K created an issue. See original summary.

saurabh.dhariwal’s picture

StatusFileSize
new68.36 KB

Hi @Neetika K,

The main titles are not supposed to be that long, but if you want to change the font sizes you can create a child theme and add below custom CSS for changing the font size of the titles.

h1.page-title {

 font-size: 24px;

}

Thanks!, Hope this helps you.

saurabh.dhariwal’s picture

Status: Active » Needs review
akash.addweb’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new90.65 KB
new155.48 KB
new94.94 KB

@saurabh.dhariwal, Your solution works for me I added it in my CSS file & check the change in all possible responsive views. It is showing me the correct results. PFA
Thanks!.

vkechagias’s picture

Category: Feature request » Support request
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.