• Hi,
    Please look at the footer of my website http://scscenter.org/ on mobile phone, it is cut like this . (But its view is normal on tablet and desktop. Here is the code of the footer.php. Please have a look and help me ! Thank you !

    <!-- enigma Callout Section -->
    <?php $wl_theme_options = weblizar_get_options(); ?>
    <!-- Footer Widget Secton -->
    <div class="enigma_footer_widget_area">
    	<div class="container">
    		<div class="row">
    			<?php
    			if ( is_active_sidebar( 'footer-widget-area' ) ){
    				dynamic_sidebar( 'footer-widget-area' );
    			} else
    			{
    			$args = array(
    			'before_widget' => '<div class="col-md-3 col-sm-6 enigma_footer_widget_column">',
    			'after_widget'  => '</div>',
    			'before_title'  => '<div class="enigma_footer_widget_title">',
    			'after_title'   => '<div class="enigma-footer-separator"></div></div>' );
    
    			} ?>
    		</div>
    	</div>
    </div>
    <div class="enigma_footer_area">
    		<div class="container">
    			<div class="col-md-12">
           <!--Huy deleted this original footer
    			<p class="enigma_footer_copyright_info wl_rtl" >
    			<?php if($wl_theme_options['footer_customizations']) { echo esc_attr($wl_theme_options['footer_customizations']); }
    			if($wl_theme_options['developed_by_text']) { echo "|" .esc_attr($wl_theme_options['developed_by_text']); } ?>
    			<a target="_blank" rel="nofollow" href="<?php if($wl_theme_options['developed_by_link']) { echo esc_url($wl_theme_options['developed_by_link']); } ?>"><?php if($wl_theme_options['developed_by_weblizar_text']) { echo esc_attr($wl_theme_options['developed_by_weblizar_text']); } ?></a></p>
          -->
    
            <p class="enigma_footer_copyright_info wl_rtl" >
          <div id="table_footer">
    <table  border="0"   cellpadding="20" width="70%" align="center" >
      <col width="40%">
      <col width="15%">
    
      <col width="15%">
      <tr>
        <td    style="vertical-align:top;border-style: hidden" ><p><strong>The Supportive Care Services Foundation</strong> was born out of a need to address the “medically under-served” in the Vietnamese community.The Supportive Care Services Foundation believes no one should suffer due to lack of access to information. </p>
        <p align="left">
    © 2016 Supportive Care Services Foundation |   <a href="http://scscenter.org/index.php/privacy-policy/"> Privacy Policy </a>  |  <a href="http://scscenter.org/index.php/terms-of-use-2/"> Terms of Use </a>  </p>
    <p><?php if($wl_theme_options['footer_section_social_media_enbled'] == '1') { ?>
    			<div class="enigma_footer_social_div">
    				<ul class="social">
    					<?php if($wl_theme_options['fb_link']!='') { ?>
    					   <li class="facebook" data-toggle="tooltip" data-placement="top" title="Facebook"><a  href="<?php echo esc_url($wl_theme_options['fb_link']); ?>"><i class="fa fa-facebook"></i></a></li>
    					<?php } if($wl_theme_options['twitter_link']!='') { ?>
    					<li class="twitter" data-toggle="tooltip" data-placement="top" title="Twitter"><a href="<?php echo esc_url($wl_theme_options['twitter_link']) ; ?>"><i class="fa fa-twitter"></i></a></li>
    					<?php } if($wl_theme_options['linkedin_link']!='') { ?>
    					<li class="linkedin" data-toggle="tooltip" data-placement="top" title="Linkedin"><a href="<?php echo esc_url($wl_theme_options['linkedin_link']) ; ?>"><i class="fa fa-linkedin"></i></a></li>
    					<?php } if($wl_theme_options['youtube_link']!='') { ?>
    					<li class="youtube" data-toggle="tooltip" data-placement="top" title="Youtube"><a href="<?php echo esc_url($wl_theme_options['youtube_link']) ; ?>"><i class="fa fa-youtube"></i></a></li>
    	                <?php } if($wl_theme_options['gplus']!='') { ?>
    					<li class="twitter" data-toggle="tooltip" data-placement="top" title="gplus"><a href="<?php echo esc_url($wl_theme_options['gplus']) ; ?>"><i class="fa fa-google-plus"></i></a></li>
    	                <?php } if($wl_theme_options['instagram']!='') { ?>
    					<li class="facebook" data-toggle="tooltip" data-placement="top" title="instagram"><a href="<?php echo esc_url($wl_theme_options['instagram']) ; ?>"><i class="fa fa-instagram"></i></a></li>
    	                <?php } ?>
    				</ul>
    			</div>
    			<?php } ?>	 </p>
    
    </td>
        <td   style="vertical-align:top;border-style: hidden"  align="left"> <p><strong>NAVIGATION<strong> </p>
        <p>
         <a href="http://scscenter.org/index.php/foundation-overview/ style="text-decoration: none""> Foundation</a>  <br>
          <a href="http://scscenter.org/index.php/supportive-care-faqs/">Supportive Care</a>   <br>
          <a href="http://scscenter.org/index.php/mission-vision/">Mission and Vision</a>  <br>
          <a href="http://scscenter.org/index.php/lotus-light-game/">Lotus Light Path Game</a>   <br>
         <a href="http://scscenter.org/index.php/donate-2/">Donate</a>   <br>
         <a href="http://scscenter.org/index.php/advanced-care-planning/">Advanced Care Planning</a></p>
    
         </td>
        <td   style="vertical-align:top;border-style: hidden" ><p> <strong>CONTACT INFORMATION</strong> <br>
            <br>
            13800 Arizona Street, Suite 101<br>
            Westminster, CA 92683<br>
            <br>
            <strong>Phone:</strong> (800) 536-0369 <br>
            <strong>Fax:</strong> (714) 242-2002 <br>
            <strong>Email: </strong>[email protected] </p></td>
      </tr>
    </table>
     </div>
    
    </div>
    
    			</div>
    		</div>
            </div>	
    
    </div>
    <!-- /Footer Widget Secton -->
    </div>
    <a href="#" title="Go Top" class="enigma_scrollup" style="display: inline;"><i class="fa fa-chevron-up"></i></a>
    <?php if($wl_theme_options['custom_css']) ?>
    <style type="text/css">
    <?php { echo esc_attr($wl_theme_options['custom_css']); } ?>
    </style>
    <?php wp_footer(); ?>
    </body>
    </html>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please replace your footer.php code with below code

    <!-- enigma Callout Section -->
    <?php $wl_theme_options = weblizar_get_options(); ?>
    <!-- Footer Widget Secton -->
    <div class="enigma_footer_widget_area">
    	<div class="container">
    		<div class="row">
    			<?php
    			if ( is_active_sidebar( 'footer-widget-area' ) ){
    				dynamic_sidebar( 'footer-widget-area' );
    			} else
    			{
    			$args = array(
    			'before_widget' => '<div class="col-md-3 col-sm-6 enigma_footer_widget_column">',
    			'after_widget'  => '</div>',
    			'before_title'  => '<div class="enigma_footer_widget_title">',
    			'after_title'   => '<div class="enigma-footer-separator"></div></div>' );
    
    			} ?>
    		</div>
    	</div>
    </div>
    <div class="enigma_footer_area">
    		<div class="container">
    			<div class="col-md-12 col-sm-6">
           <!--Huy deleted this original footer
    			<p class="enigma_footer_copyright_info wl_rtl" >
    			<?php if($wl_theme_options['footer_customizations']) { echo esc_attr($wl_theme_options['footer_customizations']); }
    			if($wl_theme_options['developed_by_text']) { echo "|" .esc_attr($wl_theme_options['developed_by_text']); } ?>
    			<a target="_blank" rel="nofollow" href="<?php if($wl_theme_options['developed_by_link']) { echo esc_url($wl_theme_options['developed_by_link']); } ?>"><?php if($wl_theme_options['developed_by_weblizar_text']) { echo esc_attr($wl_theme_options['developed_by_weblizar_text']); } ?></a></p>
          -->
    
    <p class="enigma_footer_copyright_info wl_rtl">
    
      <div class="col-md-4 col-sm-6" style="vertical-align:top;border-style: hidden">
        <p><strong>The Supportive Care Services Foundation</strong> was born out of a need to address the “medically under-served” in the Vietnamese community.The Supportive Care Services Foundation believes no one should suffer due to lack of access to information. </p>
        <p align="left">
    © 2016 Supportive Care Services Foundation |   <a href="http://scscenter.org/index.php/privacy-policy/"> Privacy Policy </a>  |  <a href="http://scscenter.org/index.php/terms-of-use-2/"> Terms of Use </a>  </p>
    <p><?php if($wl_theme_options['footer_section_social_media_enbled'] == '1') { ?>
    			<div class="enigma_footer_social_div">
    				<ul class="social">
    					<?php if($wl_theme_options['fb_link']!='') { ?>
    					   <li class="facebook" data-toggle="tooltip" data-placement="top" title="Facebook"><a  href="<?php echo esc_url($wl_theme_options['fb_link']); ?>"><i class="fa fa-facebook"></i></a></li>
    					<?php } if($wl_theme_options['twitter_link']!='') { ?>
    					<li class="twitter" data-toggle="tooltip" data-placement="top" title="Twitter"><a href="<?php echo esc_url($wl_theme_options['twitter_link']) ; ?>"><i class="fa fa-twitter"></i></a></li>
    					<?php } if($wl_theme_options['linkedin_link']!='') { ?>
    					<li class="linkedin" data-toggle="tooltip" data-placement="top" title="Linkedin"><a href="<?php echo esc_url($wl_theme_options['linkedin_link']) ; ?>"><i class="fa fa-linkedin"></i></a></li>
    					<?php } if($wl_theme_options['youtube_link']!='') { ?>
    					<li class="youtube" data-toggle="tooltip" data-placement="top" title="Youtube"><a href="<?php echo esc_url($wl_theme_options['youtube_link']) ; ?>"><i class="fa fa-youtube"></i></a></li>
    	                <?php } if($wl_theme_options['gplus']!='') { ?>
    					<li class="twitter" data-toggle="tooltip" data-placement="top" title="gplus"><a href="<?php echo esc_url($wl_theme_options['gplus']) ; ?>"><i class="fa fa-google-plus"></i></a></li>
    	                <?php } if($wl_theme_options['instagram']!='') { ?>
    					<li class="facebook" data-toggle="tooltip" data-placement="top" title="instagram"><a href="<?php echo esc_url($wl_theme_options['instagram']) ; ?>"><i class="fa fa-instagram"></i></a></li>
    	                <?php } ?>
    				</ul>
    			</div>
    			<?php } ?>	 </p>
    </div>
    <div class="col-md-4 col-sm-6" style="vertical-align:top;border-style: hidden"  align="left">
       <p><strong>NAVIGATION<strong> </p>
        <p>
         <a href="http://scscenter.org/index.php/foundation-overview/ style="text-decoration: none""> Foundation</a>  <br>
          <a href="http://scscenter.org/index.php/supportive-care-faqs/">Supportive Care</a>   <br>
          <a href="http://scscenter.org/index.php/mission-vision/">Mission and Vision</a>  <br>
          <a href="http://scscenter.org/index.php/lotus-light-game/">Lotus Light Path Game</a>   <br>
         <a href="http://scscenter.org/index.php/donate-2/">Donate</a>   <br>
         <a href="http://scscenter.org/index.php/advanced-care-planning/">Advanced Care Planning</a></p>
    	 </div>
    
    	 <div class="col-md-4 col-sm-6" style="vertical-align:top;border-style: hidden">
       <p> <strong>CONTACT INFORMATION</strong> <br>
            <br>
            13800 Arizona Street, Suite 101<br>
            Westminster, CA 92683<br>
            <br>
            <strong>Phone:</strong> (800) 536-0369 <br>
            <strong>Fax:</strong> (714) 242-2002 <br>
            <strong>Email: </strong>[email protected] </p>
    		</div>
    </p>
    </div>
    
    			</div>
    <!-- /Footer Widget Secton -->
    </div>
    <a href="#" title="Go Top" class="enigma_scrollup" style="display: inline;"><i class="fa fa-chevron-up"></i></a>
    <?php if($wl_theme_options['custom_css']) ?>
    <style type="text/css">
    <?php { echo esc_attr($wl_theme_options['custom_css']); } ?>
    </style>
    <?php wp_footer(); ?>
    </body>
    </html>

    Also add below css into custom css area.

    .enigma_footer_area p {
        text-align: left;
    }

    Save the changes.

    Thanks.

    Thread Starter quanghuy147

    (@quanghuy147)

    It works like a charm! THANK YOU! XXXXXX!

    Most Welcome..

    Thanks.

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

The topic ‘Cut footer’ is closed to new replies.