Home Forums Total Footer in Total theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3088
    jonidee
    Participant

    Hi again,

    I’ve seen this question asked a couple of times for HashOne but never for Total.
    Is there a way to use only 1 of the 4 footers, and have it occupy the 100% width of the frame?

    Many thanks
    Jon

    #3092
    Hash
    Keymaster

    Yes, it is possible. Just add the widget in footer 1 and add the below CSS

    .ht-footer{
    width: 100%;
    }
    #3094
    jonidee
    Participant

    Ha! so simple, and I was trying to fiddle with ht-site-footer !!

    Many thanks that worked like a charm.

    #3121
    jrotella
    Participant

    Hi – I have a similar question.

    If we want to have the four columns on the top and then text underneath at 100% width, how can we do that?

    For example, we have a lot of disclaimer copy that is required in the footer but it doesn’t look good unless it’s at 100% width. BUT we want to be able to utilize the footer how it was initially intended by having four columns of widgets (social media, menus, etc.) above that disclaimer text.

    Any help with the CSS would be greatly appreciated.

    Thanks!

    #3186
    Hash
    Keymaster

    It is not possible with the Total Theme but possible with Square theme. Check this https://demo.hashthemes.com/square/

    Or paid customization if you want it to be done with Total Theme

    #3188
    jrotella
    Participant

    We were able to get three columns on the top and one at 100% width below. It’s not perfect, but it will suffice. Here is the code we used:

    .ht-footer1{
    width: 34%;
    mobile-width: 100%;
    }

    .ht-footer2{
    width: 35%;
    mobile-width: 100%;
    }

    .ht-footer4{
    width: 100%;
    }

    #3201
    Hash
    Keymaster

    Great. That you were able to make it work.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.