block header 13

Posted in: Newspaper
Post count: 54

Hi …
I would like to know how to reduce the font of the block header 13 (Big title), since it is deconfiguring in the cell phone.

Thanks.

Post count: 54

Can I solve this?

  • This reply was modified 8 years by fgmotta.
Post count: 22421

Hello,

Please provide a link to your site so I can see this block and provide the code needed for it. On mobile, the font cannot be changed except with custom css.

Thank you!

Post count: 54

Ok .. is there an email that I can send the link securely?

Post count: 54

This is the code, but when it is on the phone it is not responsive

.td_block_template_13 .td-block-subtitle {
font-size: 70px;
bottom: -15px;

Post count: 22421

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!

Post count: 54

I think it’s a code similar to this one to make the source adapt when I’ve been on small screens like on the phone
.

But this occurs an RBrace error

.td_block_template_13 .td-block-subtitle {

@media
only screen and (max-width:320px) {
p{
font-size:35px;
}

  • This reply was modified 8 years by fgmotta.
Post count: 54

now it worked..

@media (max-width: 480px) and (min-width: 240px){
.td_block_template_13 .td-block-subtitle {
font-size:60px;
}

Post count: 22421

Glad you found a solution.
Let us know if you require any further assistance.
Thanks.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.