This topic has 11 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #75795
     sagittariusstar
    Participant

    Currently there are 4 columns in KLEO footer.
    I wish to have only 3 columns aligned to center . Pls advise

    #75833
     Radu
    Moderator

    Please 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 solution
    #75836
     sagittariusstar
    Participant
    This reply has been set as private.
    #75869
     Radu
    Moderator

    Hi,

    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 solution
    Attachments:
    You must be logged in to view attached files.
    #75881
     sagittariusstar
    Participant
    This reply has been set as private.
    #76465
     Radu
    Moderator

    Hi,

    Try like this :

    COPY CODE
    
    h4.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 solution
    #131213
     Mapworkslearning
    Participant

    Thanks 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
    chris

    Attachments:
    You must be logged in to view attached files.
    #131230
     Radu
    Moderator

    The 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 solution
    #131238
     Mapworkslearning
    Participant

    Not sure i’m clear on doing that.

    Here is our URL. http://www.classroomlink.org

    #131245
     Radu
    Moderator

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    div#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 solution
    #131251
     Mapworkslearning
    Participant

    Hi 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 left

    best
    chris

    #131333
     Radu
    Moderator

    Hi,

    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 CODE
    
    div#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
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?