- This topic has 3 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Header & Footer questions
Tagged: footer, header, navigation
Hi Wes,
I am working with your theme on Desktop Server so I only have a local version. I adjusted the following code to add a color bar behind the navigation that I would like to have be full width of the screen. I tried the following:
.genesis-nav-menu {
line-height: 1;
background:#004b84;
width: 110%;
}
And it now runs off the left side of the screen but not the right. Is there a better way to do this? Also I’ve got too much white space below the logo. I followed previous advice (logo is 500px, phone# 30%, also changed width in functions file) which resolved this issue on another site. Wondering if there is additional padding I am missing somewhere? It’s partially covering about 50% of the Featured Section 1 Image.
Here is a screenshot: https://www.dropbox.com/s/2l9svikigdvhhn8/Screenshot%202017-07-23%2013.16.59.png?dl=0
Also, can you direct me to a way/tutorial to adjust the 3 footer widgets from vertical display to horizontal display? so that there are 3 widgets stacked on top of each other?
TIA!
Let’s start with the Nav background. If you add this to your CSS does it work? –
.nav-primary {
background-color: #004b84;
}
That’s how I have it on a site like this – http://demo.appfinite.net/legacy/ But the Primary Nav location is setup differently. Did you already change the location in your functions file?
White space under the logo: I can’t tell where that’s coming from exactly without looking at the site and the code live. If I were able to look at it live I could inspect the code while it’s active to see where it’s coming from. Do you have any plans to add this to a domain or temporary domain soon? Even if you just upload the theme and the logo somewhere, then that’s all I would need to check it out. Just let me know
Thanks Wes, it may take me a week or so, but I will try to upload somewhere. In the meantime, I will also continue to try to problem solve myself. Thanks