Alignment problem in Event Calendar Pro

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
4/16/2015 2:15:47 PM
Gravatar
Total Posts 28

Alignment problem in Event Calendar Pro

I have an alignment problem with ECP.

I have List view set as the default view for ECP on a page which displays a list of our sailing events. When this  List View is displayed by clicking a menu option the first line of the first event is offset to the right when the page loads. If you you then click 'List View' on the page it moves to the correct left justified position.

You can reproduce this by going to: www.andyfrankland.co.uk   and clicking on the 'Programme' menu option. (This is a test site so info is not real)

Windows server

MSSql  Db

art-42 businessblue2  skin

4/17/2015 10:47:33 AM
Gravatar
Total Posts 18439

Re: Alignment problem in Event Calendar Pro

I moved this thread to the design forum since it is a css issue and not a bug.

In that skin, you can edit the file stylemojo.css in the skin folder, look for this:

.vevent { padding:10px; }

change it to this

.vevent { padding:10px; clear:left; }

then go to Administration > Advanced Tools > Design Tools > Cache Tool and click the button to reset the skin guid

that should solve it

4/17/2015 1:09:28 PM
Gravatar
Total Posts 28

Re: Alignment problem in Event Calendar Pro

Joe

 - Perfect

 

Many thanks

Regards

Andy

You must sign in to post in the forums. This thread is closed to new posts.