Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Change a height of jquery mobile header

I am new to jquery mobile. I have one problem. I want to increase the height of a default header.

Now my problem is that i want to increase a size of this header. Can any one tell me how to do it? What css i have to overwrite?

Thanks In Advace Waiting For Quick Reply Aamirkhan I.

like image 501
Aamirkhan Avatar asked Dec 04 '22 17:12

Aamirkhan


2 Answers

The correct way is to modify the ui-title class on the css

like image 168
Mariano Montañez Ureta Avatar answered Feb 09 '23 00:02

Mariano Montañez Ureta


you can control the height of the header by controlling the height of the div in which you are putting the header tag or data-role="header". worked for me in case of other jquery-mobile components

like image 40
Harshit Gupta Avatar answered Feb 09 '23 01:02

Harshit Gupta