-
Hello there! I’d like to style my footer so that the social icons are centered above my copyright information. Can you help me with this request?
Best,
BlakeHello, I’m sorry but this type of customization requires many changes on different PHP, html and CSS files, it is not an easy thing to do and even thou we normally provide tiny css changes out of the theme support boundaries, what you ask requires quite some work and we can’t provide it because it would result much more expensive than our earnings.
Such change may require lot of testing across multiple devices, testing with different contents and the solution of new problems it may cause, so is not simple as it may seem.If you wish to hire a developer for this, we can point him in the right direction about the correct files to mofify.
I’m really really sorry but that’s all we can do for you regarding this,
Regards
IgorNo worries, and thank you for the quick reply. I’m a developer, you can point me in the right direction to modify the files. I can’t seem to locate where the code is to modify the footer.
This looks like a simple fix adjusting a couple of rows within the class ‘qt-container’.
Thanks
Ah fantastic, I’ll explain you all I can 😉
1) PHP: lifecoach/phpincludes/footerwidgets.php (line 92 and below)
you see that there are 2 DIV
– col s12 m12 l8
and-col s12 m12 l4
To start, put all columns to 12
col s12 m12 l12
2) CSS: you have to add styling for
.qt-footertext
.qt-menu-footer
and
.qt-footer-bottom .qt-menu-socialI recommend to put the custom CSS in the style.css of the child theme, better than in the customizer for performance.
3) remember to copy the custom PHP in lifecoach-child/phpincludes (to save from updates)
You’ll have to play a bit with the CSS to give it some priority probably, but that’s the best way of doing what you need. If you need more hints please let me know!
Regards
IgorIf you encounter any difficulty please let me know, thanks 😉
The topic ‘Modify footer’ is closed to new replies.