|
#1

Dec 21, 2010, 07:12 AM
|
|
Hello,
Is it possible to change the width of the header area? On litteacher.com, the header image is 1142, but the black bars above and below (Is it possible to remove those?) and the page menu bar extend a good bit further.
I am using Atahualpa 3.5.3 and have a fixed width of 1280px.
Also, there is a dotted white border around the page menu bar. How would one go about removing that. I tried setting it to dashed 1px #775731. That worked on another site running Atahualpa 3.5.1, but I can't seem to get rid of the border.
Thank you for any help you can provide. Your hard work is greatly appreciated.
Jason Bedell.
|
#2

Dec 21, 2010, 07:35 AM
|
|
I was able to get part way there. I removed the black bars by commenting out
Code:
/*
div#imagecontainer {
border-top: solid 5px #333;
border-bottom: solid 5px #333
*/
I got the white dotted border to go away with this css insert. Somehow it matched the header image's width, but left-aligned the text even though the page-menu bar is added with the %page-center command.
Code:
div#menu1 {
background: #775731 !important;;
width: 1142px;
border-width:0px;
align:center;
text-align:center;
}
I tried align and text align to make the page-menu buttons be center aligned again but it didn't work. I will post if I figure it out. If anyone else knows, please let me know.
Thank you very much for your help.
|
#3

Dec 21, 2010, 09:07 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Do you have the menu BUGFIX's applied? ('New Versions & Updating' forum)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Dec 21, 2010, 09:37 AM
|
|
I applied BUGFIX 353-01, but the page menu bar is still left-aligned as opposed to center.
|
#6

Dec 21, 2010, 09:59 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
go to ato->export/Import settings and export our settings, then attach them to a reply
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7

Dec 21, 2010, 10:01 AM
|
|
I attached them. Thank you for taking the time to look at them.
Last edited by jasontbedell; Dec 29, 2010 at 07:21 AM.
|
#8

Dec 22, 2010, 04:53 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
ok, your problem is that you started with a demo style that already was playing with lots of CSS settings.
Go to ATO->Add HTML/CSS Inserts->CSS Inserts and CUT everything out and paste it to a text document (note I said TEXT and not WORD)
save the settings so you have nothing in the CSS Inserts and take a look.
If there is something you added and need to put back, then put it back in.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9

Dec 22, 2010, 08:14 AM
|
|
OK. Thanks so much for looking into that. It turns out it is the width: 1142px; property that is keeping it from being centered. When I remove it, it is centered, but the bar doesn't extend the width of the header image. Is there a way to do this?
|
#10

Dec 22, 2010, 10:43 AM
|
|
Juggledad,
I just tried to send you a thank you on PayPal, but I got an error message. Can you tell if anything came through? If not, I will resend.
|
#11

Dec 22, 2010, 10:55 AM
|
|
Last related question and I promise I'm done for a while.
I removed the black bars above and below the header image.
Now there is a line of space between the header image and the page menu bar. (Firebug identifies the space as div.horbar1.) Is it possible to get rid of that space?
|
#12

Dec 22, 2010, 11:16 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
go to ato->Style & edit HEADER AREA->Configure Header Area and remove %bar1
(nothing came thru)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13

Dec 22, 2010, 12:27 PM
|
|
I had already removed %bar1 and %bar2. Is there any other way to remove the space?
Also, is it possible to stretch the page menu to 1101px and center it? I can do either or at the moment.
Thank you.
I resent and got a confirmantion #; I think it should have come through. Merry Christmas.
|
#14

Dec 22, 2010, 01:33 PM
|
|
Thanks STB. I had to scale the header image and forgot that. I took up your suggestion on Firebug, but you're better than I.
Do you have any ideas on centering and stretching the page-menu bar? This is my last problem and then I'm done styling this site.
Last edited by jasontbedell; Dec 22, 2010 at 01:47 PM.
|
#15

Dec 22, 2010, 03:51 PM
|
|
STB,
That makes a lot of sense. Do you know what is wrong with this?
li#menu-item-229 {width; 122px; white-space: nowrap}
li#menu-item-230 {width; 122px; white-space: nowrap}
li#menu-item-231 {width; 122px; white-space: nowrap}
li#menu-item-232 {width; 122px; white-space: nowrap}
li#menu-item-233 {width; 122px; white-space: nowrap}
li#menu-item-234 {width; 122px; white-space: nowrap}
li#menu-item-229 {width; 122px; white-space: nowrap}
li#menu-item-235 {width; 122px; white-space: nowrap}
li#menu-item-236 {width; 122px; white-space: nowrap}
li#menu-item-237 {width; 122px; white-space: nowrap}
|
#16

Dec 22, 2010, 04:08 PM
|
|
 I actually knew that; can't believe I missed it. Thanks. It looks like it worked, but I need to find where the padding is to remove it.
|
#17

Dec 22, 2010, 04:11 PM
|
|
I found the right code to edit out; you guys are the best!
|
|