You would need to access your style sheet (style.css). Your site uses media queries to target specific screen sizes and apply different rules when the stylesheet interacts with them.
In section 4.1, it defines the site title as:
.site-title {
font-size: 60px;
}
In Section 8.0, just beneath @media (max-width: 643px) it defines the site title as:
.site-title {
font-size: 30px;
}
In other words, when the screen size is less than or equal to 643px wide, the site title adjusts to 30px.
In your case, you’d want your Section 8 include a rule for h2 (exchanging the # for the desired number of pixels:
.site-title {
font-size: 30px;
}
h2 {
font-size: #px;
}
Related Posts:
- make WordPress image captions responsive
- Responsive Theme Design: how have slideshow on desktops/tablets and static photo on mobile using same template?
- How to get attachment id of background image?
- Pb with responsive image sizes in WP 4.4
- Change function in responsive theme
- $content_width for responsive UI
- How do I make featured images retreived by the_post_thumbnail() responsive?
- GIF featured image is resized on server but not used in frontend. Why?
- Responsive 2 column staggered layout client expectations vs reality problem
- Responsive Video Max-width
- How to force the twentyfourteen narrow screen layout to apply to wide screens?
- YouTube video goes over sidebar [closed]
- Wp_List_Table not responsive
- mobile vs responsive sites [closed]
- Responsive Theme Design: how have slideshow on desktops/tablets and static photo on mobile using same template?
- responsive not working
- I want to add “View Desktop Version” for mobile visitors for my wordpress site
- Navigation Menu Rendering Issue on Windows 10
- Header Logo Scaling
- nextgen pro horizontal filmstrip moves up as browser narrows
- The hyperlink not responsive with post? [closed]
- Create various image sizes ad hoc
- Trouble with responsivitizing my twentythirteen header
- site is loading fully zoomed in on mobile devices
- Show content based on width?
- making images scalable for responsive designs [closed]
- Is Twenty Eleven Theme Responsive ? any update? [closed]
- How I can add responsive font size in theme.json file
- How do I disable responsive images in WP 4.4?
- Images all broken after migration and upgrade
- How-to add rewrite rules to point the uploads folder to a subdomain
- the_post_thumbnail scaling not hard cropping
- Making WordPress Gallery (.gallery-item) Responsive?
- How to oEmbed from custom field, responsive to container size and responsive
- How can I serve different images depending on screen size with wordpress
- Trying to load a responsive CSS media query using Custom Taxonmy
- How to Make WordPress Default gallery responsive on mobile?
- How can I make wp default gallery responsive?
- Get specific image size for small viewport width
- Responsive Images Resizing Images
- ACF Plugin – Random Gallery Image with wp_get_attachment_image()
- Featured image (responsive) above content is too small after update to WordPress 4.4
- Video to stretch across the entire homepage [closed]
- Meta tag viewport
- How to display a different image size for mobile
- Can’t show custom post thumbnail sizes as background images
- How to make wordpress theme iframe responsive
- Making footer widgets responsive
- How to create ‘Local’ filters for WordPress srcset sizes in template parts?
- Add clickable arrows to parent menu items with children elements e.g. with
- Mobile issue – website isn’t properly detecting screen size [closed]
- Translate a word in a responsive menu
- adaptive featured images wordpress 4.4 grid
- Modify ‘Sizes’ Attribute for Images with Specific Class
- How to Implement Responsive YouTube Video Framing? [closed]
- wp_editor responsive?
- Set Post Thumbnails in Percents
- How to make gallery images responsive?
- Title has word broken when viewed in mobile [closed]
- Enqueue scripts based on browser width?
- Custom image size vs CSS sizing
- Disabling Wp_is_mobile from backend?
- Custom responsive ‘featured image’ sizes
- Responsive scaling of image for the_post_thumbnail() [closed]
- Where are the src and srcset sizes coming from?
- Modify YouTube Embed Code to fit theme
- Menu toggle bar works only on some pages in WordPress
- How to edit embed filter for youtube video to allow responsive full width layout
- Add div on EMED Tag
- Serve different images per screen size and cache possible?
- Responsive menu on genesis theme [closed]
- Change “posts per page” depending on width
- Twenty ten or Twenty eleven as base for responsive child theme
- Twenty Eleven Theme Adjusts for iPhones. How to stop this feature?
- Whitespace between logo and site title in Twenty Twenty-Two
- Why does WordPress list all image sizes in srcset even if they’re larger?
- Responsive header image
- Configure WordPress to Use Responsive Image Rendering
- bootstrap carousel in wordpress home page showing small images and not responsive
- How to center entire columns on a page, and have it stay responsive?
- add class to all images inside the content
- Responsive Featured Images Not Working
- Bootstrap navbar responsiveness on WordPress theme menu not working
- Sidebar widgets are over the content in mobile mode, how can I fix it? [closed]
- Add div after every 4 posts then every 2 posts for a responsive loop
- Responsive WordPress Gallery
- How to handle responsive and non responsive websites in one WordPress Theme?
- Change get_post_thumb responsively?
- How to modify responsive images in post thumbnails
- Server Variables not recognized in certain posts
- Twenty Fourteen responsive CSS
- How to resize video lightbox popup in wordpress? [closed]
- Responsive table on ios safari
- How to generate a responsive output from plugin?
- Elementor Pro and Astra have different breakpoints – how to salvage?
- HTML content filtered on blog page
- Navigation menu, remove item from desktop
- What is the best way to incorporate responsive dropdown navigation menu into custom theme?
- How can I only show one responsive menu on mobile devices?
- How do I work with responsive images in WordPress? (img srcset/sizes)