Title: Horizontal Scroll Appears
Last modified: June 21, 2020

---

# Horizontal Scroll Appears

 *  [hsn071](https://wordpress.org/support/users/hsn071/)
 * (@hsn071)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/)
 * Hi, Hope you guys are doing good. I’m having issue with Ajax load more when used
   with Elementor. I’m using following repeater template to display an Elementor
   Pro Template (Single post).
 * > <?php
   >  global $post; echo do_shortcode(‘[elementor-template id=”228″]’); ?>
 * When I use the short code on homepage to display posts designed via Elementor
   Single post it simply overflows horizontally & shows horizontal scroll bar.The
   scroll bar disappears if I zoom in to the page in browser and then zoom back 
   to normal.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhorizontal-scroll-appears%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13025222)
 * Hi [@hsn071](https://wordpress.org/support/users/hsn071/)
    Not sure why that 
   is happening, but you could add some css to fix this.
 *     ```
       html{
           overflow-x: hidden;
       }
       ```
   
 * hope that helps.
 *  Thread Starter [hsn071](https://wordpress.org/support/users/hsn071/)
 * (@hsn071)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13042857)
 * Hi thanks for the prompt response. I have fixed it using overflow-x:hidden; on
   the elementor-inner div. Perhaps it was elementor causing the issue. Another 
   issue I have right now is I have created a mailchimp form using elementor form
   widget. I’m using this form at the bottom of same single post template I have
   talked about (On Mobile Version & tested on desktop too did not work). The form
   is an ajax based form, however when I click on submission (signup button) the
   page refreshes and form sends no information. Can you please let me know about
   this issue?
    Also I have tried the same elementor form on desktop it did not 
   work so I’m using another form on desktop version. However I don’t want the one
   I’m currently using as it has css issues. I’m also attaching my repeater code
   and short code. I’m using two short codes, the first one loads recent five posts,
   the other one loads remaining once user scrolls down. Also adding the video reference
   which shows the same form not working on homepage (I use ajax load more on homepage)
   while same form works perfectly on other pages. So the issue is definitely with
   ajax load more.
 * Repeater template:
    <?php global $post; echo do_shortcode(‘[elementor-template
   id=”228″]’); ?>
 * Short code 1.
    [ajax_load_more id=”1122″ loading_style=”infinite skype” post_type
   =”post” transition=”none” destroy_after=”1″] Short code 2. [ajax_load_more css_classes
   =”abc” post_type=”post” offset=”05″ pause=”true” pause_override=”true” transition
   =”none”]
 *  Thread Starter [hsn071](https://wordpress.org/support/users/hsn071/)
 * (@hsn071)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13042871)
 * [Video reference ](https://drive.google.com/file/d/1xRtj0YdRoEFlDn1w9bp-SMELJ1ADC67n/view?usp=sharing)
 *  Thread Starter [hsn071](https://wordpress.org/support/users/hsn071/)
 * (@hsn071)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13061680)
 * Hi, Any update on this please?
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13063605)
 * [@hsn071](https://wordpress.org/support/users/hsn071/) If the form is submitting
   via Ajax it may need to be initiated after an Ajax load.
 * I’ll recommend reaching out to Elementor to ask how to initiate the form handlers
   after being loaded via Ajax.
 * Let me know if they get back to you.
 *  Thread Starter [hsn071](https://wordpress.org/support/users/hsn071/)
 * (@hsn071)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13067817)
 * Thank you, I’ll contact them and update!

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

The topic ‘Horizontal Scroll Appears’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

## Tags

 * [horizontal scroll](https://wordpress.org/support/topic-tag/horizontal-scroll/)
 * [single post](https://wordpress.org/support/topic-tag/single-post/)

 * 6 replies
 * 2 participants
 * Last reply from: [hsn071](https://wordpress.org/support/users/hsn071/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/horizontal-scroll-appears/#post-13067817)
 * Status: not resolved