Menu item spacing
- This topic has 0 replies, 1 voice, and was last updated 11 years, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: menu
I’m trying out WooCommerce for BuddyPress, a plugin by Themekraft. The functionality is there but there is an issue with item spacing in the menu. Just wondered if the problem lies with the plugin or the theme?
Just to point out, this isn’t a profit-driven exercise. It’s for raising cash to sustain a community-centred learning project for disadvantaged children. It’s led by children for children. The hope is to become sustainabled and to raise aspirations for learning.
Please see screen grabs.
Firebug / CSS :
Grab1
#item-buttons * a:before, .activity-meta * a:before, .button:before, .generic-button a:before {
padding: 0 2px 1px 1px;
}
Grab2
#item-buttons * a:before, .activity-meta * a:before, .button:before, .generic-button a:before {
padding: 0 2px 19px 1px;
}
From Grab2 19px makes other menu items appear double-spaced: Grab3