funkytwig May 9, 2019 · 10:11 pm #12653 Firstly, great work, loving the theme, just two things.
The best way to indicate the first issue is to look at https://01.funkytwig.com/bristol-freelance-documentary-lighting-cameraman-operatorcamera/.
As the footer background colour goes all the way to the bottom, not just a stripe behind the actual text, it looks bad. I want to set the background colour for the footer to only be as deep as the text, plus padding, or be able to set the hight of the footer. When I go into Inspector I can see the bit I want to be white (background colour) is under the html tag, if this helps.
The second thing is the resizing of the header when I scroll down. If I make my header 70 the resizing actually makes the header bigger when I scroll down. Don’t seem to be able to find out where I set the size it shrinks to or even turns off resizing (former preferable).
Hopefully, this can be sorted, I have at least one other site that I want to use this for and as it is a medium sized company I will get them to pay a bit more than I did.
I have the Premiere version of the theme.
Thanks, Ben
funkytwig May 9, 2019 · 10:23 pm #12654 PS in terms of the first issue I am working on another site (which I want to use Ultra Premium for) that does what I want with the footer. It is at http://dev.tvpp.tv:8008/.
Andrew Misplon Puro May 10, 2019 · 10:36 am #12655 Hi Ben
Thanks for reaching out and for your support.
Please, add to Customize > Additional CSS or the Custom CSS location of your choosing:
body {
background: #fff;
}
Please, can you check that Customize > Theme Settings > Navigation > Sticky Header Scaling is enabled? When it is, try adding to Additional CSS:
.scale.scaled .main-navigation ul ul {
top: 30px;
}
.scale.scaled .main-navigation ul ul ul {
top: -27px;
}
.scale.scaled .main-navigation div>ul>li>a {
height: 30px;
line-height: 30px;
}
.scale.scaled .main-navigation .menu-search {
height: 30px;
}
.scale.scaled .main-navigation .menu-search .search-icon:before {
height: 30px;
line-height: 30px;
}
.site-header.scale.scaled, .site-header.scale.scaled .site-branding-container {
height: 30px;
}
.site-header.scale.scaled .container {
height: 30px;
}
funkytwig May 10, 2019 · 11:40 am #12656 Thanks. My website now looks exactly as I want and I am looking forward to using the Ultra theme for other sites. Your support is very appreciated fast and exactly. The previous theme I was looking at was $99/year. Wish I found you weeks ago.
Andrew Misplon Puro May 10, 2019 · 11:59 am #12657 Super, really glad to hear that helped 🙂 Thanks for your kind words and support. If anything comes up in the future, please let me know. You’re also welcome to reach out on email support using [email protected].
Cheers for now.
funkytwig May 10, 2019 · 1:05 pm #12658 Thanks, will use the forum as answers may be useful to others.
Andrew Misplon Puro May 10, 2019 · 1:06 pm #12659 Thanks, that’ll be great 🙂