Default Events Template

Home Forums Calendar Products Events Calendar PRO Default Events Template

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16636
    Kylie
    Participant

    Just wondering where and how I change the footer width. When I choose to use this template I have managed to increase the calendar’s width but cannot work out how to increase the width of the footer being displayed. Thanks

    #16645
    Rob
    Member

    Hey Kylie. Interesting question. It’s a bit over my head but I’ve asked Jonah to take a look.

    #16652
    Jonah
    Participant

    Hi Kylie, got a link I can take a look at?

    #16653
    Kylie
    Participant

    I have taken a screen shot you can see it here

    http://dl.dropbox.com/u/1729329/footer-wp-error.tiff

    #16687
    Jonah
    Participant

    Hi Kylie, you should be able to just target your footer and elements within in your CSS like normal. If you want to specifically target footer elements on the event pages you should be able to target them with the dynamic body classes we have in place for the various events pages like so:

    .events-gridview #footer {
    width: 960px;
    }

    .events-list #footer {
    width: 960px;
    }

    etc…

    Does that help?

    #976324
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Default Events Template’ is closed to new replies.