Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235631
    mohammedsaqib2006
    Participant

    Hi, I need help with a document type icons that’s showing up next to the Title of each post. For example my first post “Fear – Losing my Job” has a doc icon immediately on its left. I’m on the renew stack. My site is simplefineways.com

    I also need help with the alignment of the Email Forms widget. Although I have set it along with the other widgets, removed margins and padding, the email form is indented compared to the other widgets on the right side of the page.

    Regards,
    Saqib

    #1235700
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To remove the icon in the post titles, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .entry-title:before {
        display: none;
    }

    And to align the email forms widget in your sidebar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-sidebar .widget_x_email_form .x-section {
        margin: 0 auto !important;
        padding: 0!important;
    }
    
    .x-sidebar .widget_x_email_form .x-subscribe-form {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    We would loved to know if this has work for you. Thank you.

    #1254911
    mohammedsaqib2006
    Participant

    Hi, thanks for sharing the solution. I managed to resolve both issues in the customize section by adjusting widths without having to use custom CSS 🙂

    #1255011
    Rue Nel
    Moderator

    Hello There,

    We are just glad that you have figured it out a way to correct the said issue.
    Thanks for letting us know!

    Best Regards.

  • <script> jQuery(function($){ $("#no-reply-1235631 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>