Skip to content

Instantly share code, notes, and snippets.

@nickysixer
Last active June 14, 2018 15:35
Show Gist options
  • Save nickysixer/cc28a2ebc6ca2c8cb9de31f6f363d75a to your computer and use it in GitHub Desktop.
Save nickysixer/cc28a2ebc6ca2c8cb9de31f6f363d75a to your computer and use it in GitHub Desktop.
Normalize word-wrap on Divi Theme sites
#et-secondary-menu li, #top-menu li, .et_pb_gallery_item, .et_pb_portfolio_item, .et_pb_blurb_content, .et_pb_tabs_controls, .et_pb_tab, .et_pb_slide_description, .et_pb_pricing_heading, .et_pb_pricing_content, .et_pb_promo_description, .et_pb_newsletter_description, .et_pb_counter_title, .et_pb_circle_counter, .et_pb_number_counter, .et_pb_toggle_title, .et_pb_toggle_content, .et_pb_contact_main_title, .et_pb_testimonial_description_inner, .et_pb_team_member, .et_pb_countdown_timer_container, .et_pb_post, .et_pb_text, .product, .et_pb_widget {
word-wrap: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment