Home Forums Free Themes WEN Corporate Center Align my email address in the "Contact Details" widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65086
    NDAVIS43521
    Participant

    How do I center align my email address in the “Contact Details” widget on the front page?

    Thank you in advance. 🙂

    #65167
    wensolutions
    Keymaster

    Hello @ndavis43521,

    Actually, we are having trouble on understanding your query. In WEN Corporate theme there is no such widget as Contact Detail so please provide the screenshot of the section along with your site URL so that we could inspect further and provide the precise fix.

    Thank you 🙂 .

    Best Regards!!

    #65234
    NDAVIS43521
    Participant

    I’m sorry I should have entered this into the WEN Corporate Pro forum. Please forgive me.

    my URL is http://www.sterlingconsulting.net

    #65285
    wensolutions
    Keymaster

    Hello @ndavis43521,

    You can add the following custom CSS in Admin Dashboard > Appearance > Customize > Additional CSS to center Align the contact Details Widget contents :

    .wpcw-widget-contact li {
        text-align: center;
        font-weight: 600;
    }
    .widget-area .wpcw-widget-contact ul li:before {
        content: none;
    }

    Also, in response to your thread ( http://themepalace.com/topic/bolding-text-in-different-widgets/#post-65236), we have included the CSS code to bold the Contact Email link here too.

    Hope this Helps,

    Best Regards !!

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