New Landing How can we help? Themeforest Theme Support Clique Horizontal scroll bar issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Clique
  • #143666
    DenisKornilov
    Member
    Post count: 67

    Hi there!

    Have an issue with horizontal scrollbar.

    I use pagebuilder and Logos plugin to make a new Clients page.
    Also I made this full width page template:

    <?php
    /*
    Template Name: Full Width 9
    */
    
    get_header(); ?>
               
             <!--Start Page Content -->
                   <div class="page-content-container">
                      <div class="page-content">
                         <div class="grid_16 alpha">
                            <div class="content-bar">
    			<?php if (have_posts()) : the_post(); ?>
                    <?php the_content(); ?>
    				<div class="clear"></div>
    				<?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'black-bird' ) . '</span>', 'after' => '</div>' ) ); ?>
                <?php endif; ?>
    
              </div>
        </div>
    	</div>
    	 </div>
          </div>
       </div>
    </div>
    
    <?php get_footer(); ?>

    This template works fine at the start page but at the clients page I have a horizontal scrollbar.

    Can you help?

    Thanks a lot in advance.

    #143667
    DenisKornilov
    Member
    Post count: 67
    This reply has been marked as private.
    #143686
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    #main-container {
    overflow-x: hidden;
    }

    – Kyle

    #143871
    DenisKornilov
    Member
    Post count: 67
    This reply has been marked as private.
    #143875
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok change it to:

    #main-container {
    overflow: hidden;
    }

    – Kyle

    #143895
    DenisKornilov
    Member
    Post count: 67

    It works.
    Thanks a lot Kyle!

    #143914
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register