Title: iframe
Last modified: June 12, 2024

---

# iframe

 *  [robbieray](https://wordpress.org/support/users/robbieray/)
 * (@robbieray)
 * [2 years ago](https://wordpress.org/support/topic/iframe-45/)
 * Guys appreciate your help i set up a wordpess site and when i post content it
   appears to be in an iframe might be easier for you to see here a listing under
   description
 * thank you so much guys
    -  This topic was modified 2 years ago by [James Huff](https://wordpress.org/support/users/macmanx/).
      Reason: link moved to proper field
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fiframe-45%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [2 years ago](https://wordpress.org/support/topic/iframe-45/#post-17821028)
 * This is not an iframe, it is simply a vertical scrollbar. It is created because
   this is exactly what is defined for the description in the CSS. These come from
   your commercial theme. I would therefore recommend that you contact their support:
   [https://themeforest.net/item/hubhood-directory-listing-wordpress-theme/36777642/support](https://themeforest.net/item/hubhood-directory-listing-wordpress-theme/36777642/support)–
   questions about commercial products [are not permitted here in the forum](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
 *  [MD Mostofa Kamal Mostak](https://wordpress.org/support/users/mdmostak/)
 * (@mdmostak)
 * [2 years ago](https://wordpress.org/support/topic/iframe-45/#post-17821313)
 * This is not an iframe; it is simply a “overflow-y” scrollbar. The scrollbar appears
   because the CSS for the description specifically defines this behavior. See this
   screenshot [https://prnt.sc/twhpKE-Jylrh](https://prnt.sc/twhpKE-Jylrh)
 * This is not a big issue because it is a result of the default theme CSS. The 
   theme developer has designed it this way. I think it is good, not bad. However,
   if you want to change this, there are a few solutions:
 * **Quick Fix**: If you want a quick solution, you can add one line of CSS to hide
   the overflow:
 *     ```wp-block-code
       .hubhood-scrollable-block .hubhood-listing-widget-content {    max-height: 320px;    overflow-x: hidden;    overflow-y: hidden; (update line)}
       ```
   
 * This will remove the scrollbar, but it will also hide any content that extends
   beyond 320 pixels.
 * **Adjust Height**: A more flexible solution is to set a `max-height` that fits
   your content:
 *     ```wp-block-code
       .hubhood-scrollable-block .hubhood-listing-widget-content {    max-height: 320px;(increase this your needed)    overflow-x: hidden;    overflow-y: auto;}
       ```
   
 * This way, you can still control the height and avoid unwanted scrollbars, while
   ensuring that your content remains visible.
 * **Add the following code to your theme’s custom CSS option or custom CSS plugin:**
 * Please choose the method that best suits your needs.
 * Best regards,
 * MD Mostofa Kamal

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘iframe’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [iframe](https://wordpress.org/support/topic-tag/iframe/)
 * [WordPress](https://wordpress.org/support/topic-tag/wordpress/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [MD Mostofa Kamal Mostak](https://wordpress.org/support/users/mdmostak/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/iframe-45/#post-17821313)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
