There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
Greetings all!
Where should i do to modify menu tab width? (menu i mean pages over header image)
Thanks in advance
#2
Dec 1, 2010, 01:26 PM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Menu tab width is determined by the text inside it unless you override with custom CSS.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#3
Dec 2, 2010, 05:01 AM
Guybrush
9 posts · Nov 2010
Thanks, where i should go to modify the header menu class and add width:200px? (example)
thanks in advance
#4
Dec 2, 2010, 11:02 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
You would add something like the following to ATO>Add HTML/CSS Inserts>CSS Inserts.
HTML Code:
div#menu1 li {
width: 200px;
}
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.