Tagged: x
-
AuthorPosts
-
October 29, 2016 at 1:15 am #1235631
mohammedsaqib2006ParticipantHi, 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,
SaqibOctober 29, 2016 at 3:14 am #1235700
Rue NelModeratorHello 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.
November 12, 2016 at 9:28 pm #1254911
mohammedsaqib2006ParticipantHi, thanks for sharing the solution. I managed to resolve both issues in the customize section by adjusting widths without having to use custom CSS 🙂
November 13, 2016 at 2:18 am #1255011
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1235631 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
