Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Title responsive?
(0 viewing) 
Go to bottomPage: 1
TOPIC: Title responsive?
#61480
Title responsive? 7 Years, 8 Months ago Karma: 0
Hello,

for the title to an image, I need to use longer text.
This works fine on a wider screen like laptop, but gives a problem with smaller screens. The beginning and ending of the text is on a smaller screen not readable. See attach.

Is it possible to make the text responsive?

Regards.

The administrator has disabled public write access.
 
#61481
Re:Title responsive? 7 Years, 8 Months ago Karma: 764
Hello,

You can add the following CSS rule to a site template CSS file if want to change title font size depends on screen size:

Code:


@media only screen and (max-width: 500px) {
BODY #cboxTitle {
font-size:10px;
}
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#61482
Re:Title responsive? 7 Years, 8 Months ago Karma: 0
Thanks, this works. Now the text is much better looking on a small screen.
The administrator has disabled public write access.
 
Go to topPage: 1