Home › Forums › All Other Themes › Dentist theme Sidebar contact page
- This topic has 6 replies, 2 voices, and was last updated 7 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 29, 2017 at 12:04 am #81998
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>
August 29, 2017 at 5:44 am #82011Hi,
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,
ChrisAugust 29, 2017 at 4:17 pm #82048Hello,
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/August 29, 2017 at 6:12 pm #82055Ok, 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
August 30, 2017 at 5:09 am #82081Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.contact_right h3 { margin-bottom:0 !important;}
Regards,
ChrisAugust 30, 2017 at 2:53 pm #82137that worked. thank you
August 31, 2017 at 5:08 am #82170🙂
-
AuthorPosts
- You must be logged in to reply to this topic.