Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1312595
    SirRahikkala
    Participant

    Hey,

    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.

    #1312611
    SirRahikkala
    Participant
    This reply has been marked as private.
    #1312615
    Christian
    Moderator

    Hey 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.

    #1312619
    SirRahikkala
    Participant

    See 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.

    #1312629
    Thai
    Moderator

    Hi 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 🙂

    #1312633
    SirRahikkala
    Participant

    Thanks! I missed that.

    Another question, for some reason I could not find from PO files the error message translation. See attachment.

    #1312689
    Thai
    Moderator

    Hi There,

    That’s the error message from Google Chrome browser.

    You can’t translate those texts, it depends on the language of Chrome.

    Regards!

    #1312893
    SirRahikkala
    Participant

    Thanks!

    #1312909
    Thai
    Moderator

    If you need anything else please let us know.

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