• Resolved gamebynight

    (@gamebynight)


    Site: Rift Watchers
    Theme: Cover-WP, latest version

    Hi,

    I have a theme that I very much like and would like to keep in the same arrangement it is now. At the site, you’ll see the calender is left aligned in the widget container. Is there a way to make it appear centered?

    Thanks,
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi gamebynight,

    If you have access to the style.css file, you can simply change one line (964) –

    Change margin-bottom: 10px; to margin: 0 auto 10px auto;

    That’ll do the trick!

    Best,
    Connor
    @c_t_montgomery

    In style.css around line 954

    table {
    border-collapse:collapse;
    color:#333333;
    font-size:12px;
    margin-bottom:10px;

    add
    margin:auto;

    Thread Starter gamebynight

    (@gamebynight)

    Thank you both! I was able to center it using your advice. Much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center the Calender Widget in Cover-WP theme?’ is closed to new replies.