-
Author
-
September 2, 2015 at 09:12 #75795
sagittariusstar
ParticipantCurrently there are 4 columns in KLEO footer.
I wish to have only 3 columns aligned to center . Pls adviseSeptember 2, 2015 at 17:32 #75833Radu
ModeratorPlease provide URL,wp credentials and FTP
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 2, 2015 at 18:28 #75869Radu
ModeratorHi,
Just put this file sidebar-footer.php to kelo-child root directory. (see attachment)
That’s all.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.September 7, 2015 at 18:31 #76465Radu
ModeratorHi,
Try like this :
COPY CODEh4.widget-title { text-align: center; color: red; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2016 at 18:49 #131213Mapworkslearning
ParticipantThanks for this Radu,
I now have 3 footers! How do I make the spacing equal? The left and center column are fine, just want to move the right one a bit further to the right
best
chrisAttachments:
You must be logged in to view attached files.August 3, 2016 at 19:25 #131230Radu
ModeratorThe spacing of columns are equal but the content from every col is different , try to rewrite contact us details inline, or to align all footer texts to center, provide url if you want that
Cheers
r.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2016 at 19:40 #131238Mapworkslearning
ParticipantNot sure i’m clear on doing that.
Here is our URL. http://www.classroomlink.org
August 3, 2016 at 19:56 #131245Radu
ModeratorAdd this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEdiv#footer .template-page .row > div { text-align: center; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 3, 2016 at 20:15 #131251Mapworkslearning
ParticipantHi Radu,
Thanks, it did in fact center everything. Not really looking for that. Would like the spacing of the columns to be equal and the content to be justified or aligned to the left. Looks a bit off balance like this.
This is what I’m trying to achieve – http://seventhqueen.com/themes/kleo/portfolio-full-width/
The footer on the bottom is equally spaced and the content is justified to the leftbest
chrisAugust 4, 2016 at 16:04 #131333Radu
ModeratorHi,
The space between columns is equal just remote the css that i have give you, and these will be aligned to the left as you wish, but the problem it’s because footer column 1 has to little content also column 3
Try to with this css instead the first that i have gave you
COPY CODEdiv#footer .template-page .row > div { padding:0 80px; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.