You can add custom CSS where you use media query in order to reduce the font-size of the title in small devices. You also have some styling that remove the line break and add the 3 dots at the end. So you can also remove them.
You can try this code :
@media all and (max-width:480px) {
.woocommerce div.product .product_title {
font-size:18px;
white-space: initial;
text-overflow: initial;
}
}
You may adjust the value of font-size as you need.
Related Posts:
- Split site title and apply different classes
- Site title not showing. Please help me
- How to target with css, admin elements according to user role level?
- Best way of adding CSS which can be manipulated by the user via theme option panels?
- Need help on WordPress and php
- Multiple pages on one with different HTML
- WordPress Customizer not setting default value upon initial install?
- wp_enqueue_style with style.php and WordPress functions
- Minify HTML, CSS, JS with PHPWee?
- Blank space at beginning of tag?
- Different background-image by category
- Filter get_the_title to remove certain characters?
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- WordPress override bloginfo variable
- Shortcode content output but not in correct place
- Locating Global Variables
- Displaying theme options in css
- Show post in slider
- Add a custom stylesheet for BlackBerry
- How can I hide Home in my menu in a specific page?
- An extra ‘ is displayed in the title
- Slider loading issue
- Hide Hamburger Menu On Specific Page (Front Page/Home Page)
- how to remove metadata from the posts of my blog?
- Is there CSS to expand the gallery limit on Index Pages?
- Remove the first 5 characters of the_title and orderby that
- Change title only in dynamic page
- How to add condition in wordpress loop? [closed]
- Different post styles depending on category
- two columns of posts on homepage, one of them “favorites”
- Which is the correct way to conditionally enqueue a CSS file?
- Custom Background by Page IDs
- Change CSS based on is_user_logged_in
- How to create table in wordpress without plugin? [closed]
- Run str_replace on title and save the output to a custom field
- Add class to DIV depending on page loaded
- Echo title attribute php
- Change “No Comments” link to “My String” on Blog Post (Find Snippet in Code or use CSS, PHP Solution) [closed]
- Where can I find the inline-css of my theme header?
- woocommerce related product title length
- Menu Custom Data Attributes
- Highlight the links without using dropdown
- How to modify mobile nav menu text in theme
- Website completely messes up when logging out
- Issue Enqueueing WordPress style.css
- Dividing the loop to style post differently
- How to add new CSS file to new PHP file
- Applying CSS on PHP variable [closed]
- Generate responsive post thumbnails of same size
- wp nav menu: show submenu below li item
- Styling an “active” link outside of WordPress default menu
- I get “Cannot modify header information – headers already sent” when I change my theme
- How to edit background color of only one sidebar?
- How to sort posts by active category in WordPress?
- How to find which .mo file is responsible for displaying a particular localized string?
- Add css class to string
- Removing links from Grouped products
- Add other class content with reference class value
- WordPress custom php script to match standard page layout
- admin panel – How to remove “delete” button from category editing page
- How do I integrate vanilla Javascript to a wordpress website?
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- Google CSE Malfunctions via Chrome/Safari on Mobile When Clicking on Either Search Icon/Menu Icon. How to Make Google CSE Default Theme Search
- Hide author from search results meta, still display date and categories
- How to display post meta bellow every posts
- How to locate parent theme functions and add functions to my wordpress child theme?
- Add my footer menu to the header
- Make a full-width wordpress page
- Bring Font Awesome icons inside menu A tags
- Trying to add get_the_title hook to this line
- Put a span class in the shortened product title
- How to display post_content from database in different on template page?
- Displaying POST content with HTML tags and all
- remove blank space where sidebar was
- Display specific main Sub Nav on Woocommerce product pages
- Clone the “proceed to cart” button and place it above checkout on the cart page, but only appear display size is 320px
- “Page Array” displaying in title bar on Front Page
- Highlight Single Page Ancestor
- Relative post date in recent posts list
- Widget edit and add in any page
- Styling admin page rows in order of importance (checkboxes)
- Why isn’t my link attribute getting my css?
- How to save the output of php variables used in inline css code to the main style.css?
- wp add inline style in loop
- featured post as div background
- Combining fancybox with multiple thumbnail plugin
- Trying to customize wordpress drop down categories
- Show Nav Link To Users Signed In
- How do I use CSS or PHP to customize WordPress Form Manager Plugin Table?
- PHP Puzzle: Unique Styles with PHP loop
- How to NOT override inline css rules
- How to use plugins_url() inside PHP stylesheet file [duplicate]
- Load files content [closed]
- Integrating CSS Into a WP Function Call [closed]
- WP_Query not returning results
- It’s not showing full content for posts pages in wordpress “[…]” while customing some changes in the style.css file [closed]
- How do I link the side images?
- How to create a container in php then customise it in CSS
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- inner-wrap div pushing custom table far down on page