Home › Forums › All Other Themes › Dentist footer issue
- This topic has 7 replies, 2 voices, and was last updated 7 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 24, 2017 at 11:16 pm #81773
Footer menu does not line up properly. Acting like no css being applied. please advise.
http://demo.heavenlyservice.com
August 25, 2017 at 9:36 am #81794Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.footer .cols-3 table td { display:block !important;}
Regards,
ChrisAugust 25, 2017 at 3:46 pm #81842didn’t work?
August 25, 2017 at 3:49 pm #81843<div class="cols-3"> <div id="text-3" class="widget-column-1"><h3>About Us</h3> <div class="textwidget"><p>At Heavenly Service and Comfort air conditioning, heating and furnace repairs, tune-ups, maintenance and installations are our specialty. Our team of professionals are dedicated to your complete satisfaction.</p> <p>From the moment you contact our call center, to the time the technician completes the job and leaves your home, you’ll then understand why our name is Heavenly Service and Comfort.</p> </div> </div> <div id="nav_menu-2" class="widget-column-2"><h3>Services</h3><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-58" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58"><a href="http://demo.heavenlyservice.com/heating-and-furnace-repair/">Heating and Furnace Repair</a></li> <li id="menu-item-57" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57"><a href="http://demo.heavenlyservice.com/air-quality/">Air Quality</a></li> <li id="menu-item-56" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56"><a href="http://demo.heavenlyservice.com/air-conditioning/">Air Conditioning</a></li> <li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a href="http://demo.heavenlyservice.com/contact-us/">Contact Us</a></li> </ul></div></div> <div class="widget-column-3"> <h3>Contact Info</h3> <p class="parastyle">2516 Verne Roberts Circle<br /> Antioch, CA 94509</p> <div class="phone-no"> <i class="fa fa-envelope-o"></i><a href="mailto:[email protected]"> [email protected]</a> <br /> <p> <i class="fa fa-phone"></i> 833.743.2836 <br /> </p> </div> <div class="clear"></div> <div class="social-icons"> <a href="#" target="_blank" class="fa fa-facebook fa-lg" title="facebook"></a> <a href="#" target="_blank" class="fa fa-twitter fa-lg" title="twitter"></a> <a href="#" target="_blank" class="fa fa-linkedin fa-lg" title="linkedin"></a> <a href="#" target="_blank" class="fa fa-google-plus fa-lg" title="google-plus"></a> </div> <div class="clear"></div> </div> <div class="clear"></div> </div><!--end .cols-3-->
In particular this is the area of concern:
<div id="nav_menu-2" class="widget-column-2"><h3>Services</h3><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-58" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-58"><a href="http://demo.heavenlyservice.com/heating-and-furnace-repair/">Heating and Furnace Repair</a></li> <li id="menu-item-57" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-57"><a href="http://demo.heavenlyservice.com/air-quality/">Air Quality</a></li> <li id="menu-item-56" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-56"><a href="http://demo.heavenlyservice.com/air-conditioning/">Air Conditioning</a></li> <li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a href="http://demo.heavenlyservice.com/contact-us/">Contact Us</a></li> </ul></div></div>
August 25, 2017 at 6:56 pm #81851So I ended up using this code:
.footer .cols-3 .widget-column-2 .menu li { list-style: none }
and it somewhat works, but for some reason the the menu displays in 2 columns with or without the code
August 28, 2017 at 10:18 am #81963Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.footer ul li { width:100% !important; list-style:inside disc !important;}
Regards,
ChrisAugust 28, 2017 at 4:54 pm #81991that worked, thx
August 29, 2017 at 5:56 am #82013Hi Michael,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/9/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.