Michael

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 73 total)
  • Author
    Posts
  • in reply to: charity pro #85920
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    worked. thank you.

    in reply to: movers pro #85896
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    Sorry for delay, information sent

    in reply to: movers pro #84914
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    didnt work

    in reply to: movers theme question #84485
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    It will be different per page, but an example would be the page title.

    Its not an issue, but more of a can it be done?

    in reply to: movers pro #84484
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    Sorry, no change.

    in reply to: movers theme question #84429
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    http://www.alltechslo.com/about-us/

    in reply to: dentist input form css #82249
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    working. thank you

    in reply to: dentist input form css #82235
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    also, how/where can I adjust the amount of padding in the menu? I’d like to reduce it.

    in reply to: Dentist theme Sidebar contact page #82137
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    that worked. thank you

    in reply to: Dentist theme Sidebar contact page #82055
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    Ok, by messing around with the theme functions I was able to resolve some of the problems.

    Now I cannot figure out why there is a bigger margin between the h3 widget-title and div textwidget on the contact page. On the other pages its fine?

    I am using the contact us template for the contact page. The other pages use the default template

    in reply to: Dentist theme Sidebar contact page #82048
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    Hello,

    My apologies if I made this confusing. The code I posted is what is generated from the text widget. I simply copied and pasted it here for easy viewing.

    Trying to use what you provided using a custom html widget didn’t work either. Please view site for issue:
    http://demo.heavenlyservice.com/contact-us/

    in reply to: Dentist footer issue #81991
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    that worked, thx

    in reply to: Dentist footer issue #81851
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    So 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

    in reply to: Dentist footer issue #81843
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016
    <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>
    
    in reply to: Dentist footer issue #81842
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    didn’t work?

Viewing 15 posts - 31 through 45 (of 73 total)