[Resolved] Footer Depth

  • Author
    Posts
  • #12653

    funkytwig
    Participant

    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

    #12654

    funkytwig
    Participant

    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/.

    #12655

    Andrew Misplon
    Keymaster

    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;
    }
    #12656

    funkytwig
    Participant

    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.

    #12657

    Andrew Misplon
    Keymaster

    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.

    #12658

    funkytwig
    Participant

    Thanks, will use the forum as answers may be useful to others.

    #12659

    Andrew Misplon
    Keymaster

    Thanks, that’ll be great 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Scroll to top