Custom Block Title Cut off

Posted in: Newspaper
Post count: 10

I’m using Block 12 and am using a custom title for the block, but it seems that the top few pixels of the title are cut off. Any way to fix this?

View post on imgur.com

Post count: 20685

Hi,

Please provide a link to your website if possible, so we can inspect it closer and see why this is happening.

Thanks

Post count: 10

Simion,

Here is a link to the staging site I’m working on. Please let me know what the issue may be.

http://fce.f71.myftpupload.com

Thanks

Post count: 20685

Hi,

It seems that due to some modifications the Block title font has a size of 20px which is making get cutoff because of the overflow property. You should lower the font-size to 19px and it will look good, or try this code in Theme panel->Custom Css that makes it just 1px smaller

.block-title > span {
font-size: 19px;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.