Shop Categories

X

Reply To: TITLE SIZES ON MOBILE DEVICES

Home Forums Agama Pro TITLE SIZES ON MOBILE DEVICES Reply To: TITLE SIZES ON MOBILE DEVICES

#27615
Zex
Moderator

Hello, Petra,

Can you be more precise?
What exact titles do you mean?

Can you attach the screenshot with the marked titles you want to set smaller?

PS: Try to insert the following codes into Customizing->General->Additional CSS:


/*Adjust h1  Title size*/
@media screen and (max-width: 600px){
  .fl-rich-text h1 span{
    font-size:4vw!important;
  }    
/*Adjust h2 Articles Title size*/
  .fl-rich-text h2 span{
    font-size:3vw!important;
  }
}

Thanks

  • This reply was modified 2 years, 9 months ago by Zex.