- This topic has 6 replies, 3 voices, and was last updated 6 years, 11 months ago by Hash.
- AuthorPosts
- June 14, 2017 at 2:37 am #3088jonideeParticipant
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
JonJune 14, 2017 at 7:51 pm #3092HashKeymasterYes, it is possible. Just add the widget in footer 1 and add the below CSS
.ht-footer{ width: 100%; }
June 15, 2017 at 12:40 pm #3094jonideeParticipantHa! so simple, and I was trying to fiddle with ht-site-footer !!
Many thanks that worked like a charm.
June 22, 2017 at 11:46 pm #3121jrotellaParticipantHi – 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!
July 14, 2017 at 11:17 pm #3186HashKeymasterIt 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
July 14, 2017 at 11:25 pm #3188jrotellaParticipantWe 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%;
}July 15, 2017 at 12:05 am #3201HashKeymasterGreat. That you were able to make it work.
- AuthorPosts
- You must be logged in to reply to this topic.