following your main page HTML elements :
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle #uniform-item #item
You will see that checkbox(#item) element have a CSS left value equal to -999em
So all you need is to reset that value (that won’t effect the design, but it will help fixing your out-screen layout issue)
You can do it adding this CSS code via the wordpress customizer page
Page Link:
https://YOURDOMAIN/wp-admin/customize.php
replace “YOURDOMAIN” with your domain
Then > Additional CSS and then paste the following code and then click on Save :
#ez-toc-container .ez-toc-title-container .ez-toc-title-toggle #uniform-item #item {
left: 0 !important;
}
Related Posts:
- @Media min-width & max-width
- Styleswitcher or themeswitcher to allow user to switch back to standard view from mobile device
- Only column gallery on mobile device
- Old Site displays on Mobile View, not New Site
- Make CSS Changes To Only Affect Mobile Browser [closed]
- Change Header Image on Blog Post for Mobile View
- Menu toggle bar works only on some pages in WordPress
- CSS is not loaded on mobile devices
- Change mobile menu color from red to another color
- New Styles Not Rendering On Mobile Phone and Tablet
- Desktop is class List and Mobile is class Grid
- use css for resize image into mobile thumbnail
- resize chat bar on mobile [closed]
- CSS Changes made, lost mobile functionality
- Making a custom CSS per mobile
- Center-Align Images on Mobile Only
- Add Quicksand for mobile devices
- How to change btn color in Bootstrap
- Failed to decode downloaded font, OTS parsing error: invalid version tag + rails 4
- How to make the HTML link activated by clicking on the
- ?
- force footer on bottom on pages with little content
- How do I right align div elements?
- CSS text-align not working
- What is the difference between “screen” and “only screen” in media queries?
- How to have an anim gif on a link and play it on hover and reset
- How can I make Bootstrap columns all the same height?
- Align text to the bottom of a div
- using media queries with LESS
- How can I apply styles to multiple classes at once?
- Responsive Canvas in Bootstrap column?
- Are there Gutenberg container blocks?
- How to add a “last” class to the last post in loop.php?
- How do i use fontawesome icons in TinyMce editor?
- Why won’t child theme’s style.css override plugin’s css
- some things in child theme css not overriding parent
- How do I find (index) file in order to change style on CSS?
- If I dequeue Gutenberg Stylesheet will that have any effect on WordPress 5.0.1?
- How to center a video [closed]
- Specific css on homepage, different one for other pages
- Media library style not loading correctly when selecting a page featured image?
- Use wp_add_inline_style to add code to before wp_head?
- Using uncss or similar with WordPress?
- How can i add note, caution, warning quote inside the text? [closed]
- Add to Cart button woocommerce background and with doesn’t display correctly
- Output terms to post_class()
- Layout using Bootstrap not aligning correctly
- What’s the best way to add the LESS preprocessor to a WordPress theme?
- How to display custom style based on theme option select box
- How to disable the hover effect in WordPress and Elementor?
- What makes WP so SEO friendly?
- what could cause get_stylesheet_directory_uri() to fail?
- Implementing a simple slider in code?
- CSS – Initial HTML Margin Issue On WordPress Site
- Cannot set property ‘className’ of null at setThemeFromCookie
- Target h1 on single post page [closed]
- Can not find css directory in header
- custom header navigation has odd spacing [closed]
- Error in node.js webpack-cli failed to load config, typeError: ManifestPlugin is not a constructor
- dynamic css file for admin / backend and get_option results in Uncaught Error: Call to undefined function get_option()
- How can I force Dynamic CSS via ACF values to update on page load?
- Append style tag in head while shortcode runs
- Add a unique body class for every admin page (including trash)
- Why would a theme writer put their CSS in one long string? [closed]
- Show product information on right side [closed]
- customize continue reading
- Target admin page body via CSS class
- Hide Overflow on a Specific WordPress Template
- Google Chrome CSS issues [closed]
- Child Theme style.css changes aren’t showing. Parent “style-less.css” over rides it, and won’t update
- The Global Styles missing
- Invert porfolio item order
- Broken css on mobile phones only on https
- WordPress CSS completely broken on IIS
- Getting and setting CSS variables with JQuery in WordPress backend fails
- How to show address in one row?
- Set version number in child’s style.css file
- How to make a sidebar form show at the top of page on mobile?
- I want to transfer my additional css code to my theme file–?
- WordPress changing content:”” to content: "
- How to customize Metaboxes?
- Logo Keeps Changing to the Default for Transparent Settings
- Content going full width even though container is not
- Custom Plugin CSS: Can’t update them!
- Align divs in a basic WordPress site
- Altering the design of WooCommerce notifications [closed]
- How can I add this specific link hover effect to a WP site? [closed]
- HTML5/CSS3 Polyfill for wp-login.php
- Bizarre WordPress CSS update problem
- Display current category without an active link in wp_list_categories
- WordPress with PageLines theme: how to change the background color of a page? [duplicate]
- How to add input search field with roudned corners?
- s2member captcha how to make responsive – css or javascript
- Min height of page [closed]
- How to define a special character to change the style of my inline code?
- Why is the “Additional CSS” section missing in my theme Customizer?
- Is there a way to edit the fonts of headings without a plugin (in the 2022 theme)?
- How to avoid problems caused by new block-library default CSS rules (wp 6.1.1)
- Grid problem on privew mode
- Disabling double vertical scrollbar and horizontal scrolling?
- Customize margin between paragraphs using the Gutenberg Style editor