This topic has 11 replies, 3 voices, and was last updated 9 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

    HI Radu, I’m using local xamp environment currently, do u want to teamview to my local environment?

    #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
    #75881
     sagittariusstar
    Participant

    thank you Radu
    Now i’m trying to change the font color for header and text for the footer using the customizer
    by playing around with the following settings;

    Text color
    Headings color

    Why is it that the header will always follow the text color and not the heading color?
    So my question is how to change the heading color for the footer and align it center?
    I’ve attach a pic of the problem. u will notice the heading is align to left and it will always follow the color of the text .

    #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

    #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?