Tagged: x
-
AuthorPosts
-
January 2, 2017 at 8:32 am #1312595
SirRahikkalaParticipantHey,
For some reason the blog comments area does not take css modifications. The font sizes are way too big and form needs some padding from edges. The Url is in next post.
January 2, 2017 at 8:42 am #1312611
SirRahikkalaParticipantThis reply has been marked as private.January 2, 2017 at 8:45 am #1312615
ChristianModeratorHey there,
Please give us a screenshot of the texts you want to make smaller and give us more details regarding “form needs some padding from edges”.
Thanks.
January 2, 2017 at 8:49 am #1312619
SirRahikkalaParticipantSee attachment, those are way too big compared to other font sizes on blog post. Also I tried to add 5-7em padding around the whole comment section.
January 2, 2017 at 8:56 am #1312629
ThaiModeratorHi There,
You forgot to close the curly bracket(}) in your custom CSS.
Please find this CSS:
@media (max-width: 767px) { .x-topbar .p-info { background: none; border: none; font-size: 11px; letter-spacing: 0px; padding: 0px; float: none;}And change to this:
@media (max-width: 767px) { .x-topbar .p-info { background: none; border: none; font-size: 11px; letter-spacing: 0px; padding: 0px; float: none; } } div#comments { padding: 0 25px; }Hope it helps 🙂
January 2, 2017 at 9:05 am #1312633
SirRahikkalaParticipantThanks! I missed that.
Another question, for some reason I could not find from PO files the error message translation. See attachment.
January 2, 2017 at 9:42 am #1312689
ThaiModeratorHi There,
That’s the error message from Google Chrome browser.
You can’t translate those texts, it depends on the language of Chrome.
Regards!
January 2, 2017 at 10:58 am #1312893
SirRahikkalaParticipantThanks!
January 2, 2017 at 11:06 am #1312909
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1312595 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
