Viewing 2 replies - 1 through 2 (of 2 total)
  • paul.a.cunn

    (@paulacunngmailcom)

    In Appearance then widgets if you have access to the html you could just change the definition of the <div> I think if you just change <div> to <div margin-left: auto; margin-right: auto;> It should work. Otherwise you will need to find the correct id to use for css. It looks like the events calendar does not have a div id so it will be tough to do that one.

    #fadeshow1 {
    margin-left: auto;
    margin-right: auto;
    }
    
    #sidebar {
    text-align: center;
    }
    Thread Starter jcpcosta

    (@jcpcosta)

    Thanks Paul!

    I managed to fix both!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘center widgets on sidebar’ is closed to new replies.