Dentist theme Sidebar contact page

Home Forums All Other Themes Dentist theme Sidebar contact page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #81998
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    I inserted 2 text widgets and the styling is off conpared to sidebar main.

    The title area is smaller than the grey background. Please advise.

    CORRECT:
    http://demo.heavenlyservice.com/air-conditioning/

    <h3 class="widget-title">Service Areas</h3><aside id="%1$s" class="widget %2$s">			<div class="textwidget"><table style="height: 429px;" width="358">
    <tbody>
    <tr>
    <td width="88">Alamo</td>
    <td width="93">Hayward</td>
    <td width="88">Patterson</td>
    </tr>
    </tbody>
    </table>
    </div>
    </aside>	
    

    NO CORRECT:
    http://demo.heavenlyservice.com/contact-us/

    
    <aside class="widget widget_text"><h3 class="widget-title">Service Areas</h3>			<div class="textwidget"><table width="358">
    <tbody>
    <tr>
    <td width="88">Alamo</td>
    <td width="93">Hayward</td>
    <td width="88">Patterson</td>
    </tr>
    </tbody>
    </table>
    </div>
    </aside>
    
    #82011
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this code there.

    <h3 class="widget-title">Service Areas</h3>			
    <aside class="widget widget_text">
    <div class="textwidget"><table width="358">
    <tbody>
    <tr>
    <td width="88">Alamo</td>
    <td width="93">Hayward</td>
    <td width="88">Patterson</td>
    </tr>
    </tbody>
    </table>
    </div>
    </aside>

    Regards,
    Chris

    #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/

    #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

    #82081
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .contact_right h3 { margin-bottom:0 !important;}

    Regards,
    Chris

    #82137
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    that worked. thank you

    #82170
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.