Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1166253

    Hello

    The foot I’m working on is on evokespirit.com

    How can I center the time and picture below it?

    View post on imgur.com

    #1166297

    Hey Nathan,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer #media_image-3 {
      text-align: center;
    }

    Best regards,
    Rikard

    #1166537

    That’s a gift of support, it centered the image

    How do I center the time above it too?

    #1166689

    Hi,

    Please try this CSS as well:

    #dtw_clock_widget-3 .widgettitle {
        text-align: center;
    }
    
    #dtw_clock_widget-3 .dt_clocks li {
        width: 100%;
        text-align: center; 
    }

    Best regards,
    Rikard

    #1167069

    Thank you that’s supportive it’s resolved

    #1167173

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1167498

    It’s resolved it can be closed

    #1167614

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to center items in footer widget’ is closed to new replies.