Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Resize the font size in Event table list | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Resize the font size in Event table list

Resize the font size in Event table list

Posted: January 12, 2014 at 7:19 am

Viewing 0 reply threads


Fred Dreiling

January 12, 2014 at 7:19 am

WP 3.8
EE 3.1.36.1.P
addons … Calendar, Custom Template Display, Permissions, Social Media
http://www.woodlandskillscentre.co.uk

Hi All … what should be just a simple task is driving me mad.
On the http://woodlandskillscentre.co.uk/woodland-skills-courses/ page I simply wish to reduce the font size to 1.3 rem or 13 px. I simply cannot find the correct style, id or location to style this table to better improve its appearance.

Does anyone have any simple, straightforward advice.

Many thanks in advance to all for any help provided.


Anonymous

January 13, 2014 at 3:36 am

Hi Fred,

To re-size the table font size you can use:

#ee_filter_table {
font-size: 13px;
}

To re-size down the the category drop-down and its title ‘filter by category’ you can use:

#ee_filter_cat, p.category-filter {
font-size: 13px;
}

Combine those all together into one rule if they are to all be the same:

#ee_filter_cat, p.category-filter, #ee_filter_table {
font-size: 13px;
}

You can add that to your site through your themes .css file or using a plugin such as My Custom CSS.

Hope that helps :)

Viewing 0 reply threads

The support post ‘Resize the font size in Event table list’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server