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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Title responsive?
#61480
Title responsive? 6 Years, 5 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? 6 Years, 5 Months ago Karma: 746
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? 6 Years, 5 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