Title: Responsive design problem Plumbelt-Lite
Last modified: August 24, 2016

---

# Responsive design problem Plumbelt-Lite

 *  Resolved [Icut](https://wordpress.org/support/users/icut/)
 * (@icut)
 * [11 years ago](https://wordpress.org/support/topic/responsive-design-problem-plumbelt-lite/)
 * Hi everybody,
    I’m using Plumbelt Lite responsive design template for a portfolio
   website. I have an issue about the view in mobile devices. I made an adjustment
   to eliminate the sidebar on the right of some pages and I created a page2.php
   with this code:
 *     ```
       <?php /* Template Name: Nosidebar */ ?>
       	<?php
   
       	/*
       	* 	The template for displaying Page.
       	*
       	* 	@package plumbelt-lite
       	*/
   
       	get_header();
   
       	?>
   
       	<section class="content">
   
       		<div class="container">
   
       			<div class="main-wrapper-fullwidth">
   
       				<h1>
   
       					<?php the_title(); ?>
   
       				</h1>
   
       				<?php
   
       				if ( have_posts() ) {
   
       					while ( have_posts() ) {
   
       						the_post(); ?>
   
       						<article>
   
       							<?php the_content(); ?>
   
       							<?php
       								if ( comments_open() || '0' != get_comments_number() ) :
       									comments_template();
       								endif;
       							?>
       						</article>
   
       						<?php }
   
       				}
   
       				?>
   
       			</div><!--/.main-wrapper-->
   
       			<div class="clear"></div>
   
       		</div><!--/.container-->
   
       	</section><!--/.content-->
   
       	<?php get_footer(); ?>
       ```
   
 *  and added in style.css some code like this:
 *     ```
       #content-fullwidth {
       width: 850px;
       float: left;
       padding-bottom: 5px;
       }
       ```
   
 * No problem when I try to visualize the pages on desktop, but on mobile I see 
   that the content goes over the background and you can’t visualize the entire 
   page without go orizzontally on the page. I guess I forgot to add some key code
   for responsive design.
    This is the link to the page: [http://www.guerriarchitettura.it/lavori/concorsi/progetto-antiquarium/](http://www.guerriarchitettura.it/lavori/concorsi/progetto-antiquarium/)
   Thanks for any help.

The topic ‘Responsive design problem Plumbelt-Lite’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/plumbelt-lite/1.2.11/screenshot.
   png)
 * PlumBelt Lite
 * [Support Threads](https://wordpress.org/support/theme/plumbelt-lite/)
 * [Active Topics](https://wordpress.org/support/theme/plumbelt-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/plumbelt-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/plumbelt-lite/reviews/)

## Tags

 * [responsive design](https://wordpress.org/support/topic-tag/responsive-design/)

 * 0 replies
 * 1 participant
 * Last reply from: [Icut](https://wordpress.org/support/users/icut/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/responsive-design-problem-plumbelt-lite/)
 * Status: resolved