• Hi I am using the pro version and my event widget on the right is almost 1/2 the size of the page. How do I reduce its width ?

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi there,
    Sorry for the delay in reply. If you still are looking for its solution. Please try adding following css rule in Dashboard > Appearance > Theme Options > Tools > Custom css.

    #welcome-text{
    width: 800px;
    }
    
    #latest-events{
    width: 320px
    }
    
    .event-list .event-detail{
    width: 165px;
    }

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Change Event width’ is closed to new replies.