Hi, I am trying to change the size of the section title, but I don't know why didn't work. I was following this thread indexhibit.org/forum/thread/15354/
I don't know so well how CSS works, so someone could help me?
Thank you!
Hi, I am trying to change the size of the section title, but I don't know why didn't work. I was following this thread indexhibit.org/forum/thread/15354/
I don't know so well how CSS works, so someone could help me?
Thank you!
Hi, I found a way to change the size of the section and the width of the menu if you are using the Indexhbit Style v1.0.
Both I went in plugin.ndxz_style.php
For menu width:
$OBJ->template->onready[] = "$('#slider_menu').slider({ value: $width, max: 350,
(you change this last number '350')
For section font size:
$html .= $this->font_size($stsize, 'Section Title Font Size', 'stsize', 9, 21);
(you change this last number '21')
Than you have to go again in the Indexhbit Style v1.0 and set the number again.
For me it worked perfectly!
Hi, does anybody know how to align text rows (lines) of the exhibit with text lines of menu?
The problem illustrated here
pandmg.eu/index.php/info/about/
I have the same text size but the lines do not align...
Thanks
This thread has been closed, thank you.