Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008271
    clefler
    Participant

    It is only an issue on pages that have the featured image used like this

    Delivered Through Your Cleanness

    And have a blockquote used first like this
    [blockquote cite=”Job 22:29-30″]When people are brought low and you say, ‘Lift them up!’ then he will save the downcast. He will deliver even one who is not innocent, who will be delivered through the cleanness of your hands.” [/blockquote]

    Other pages without featured images have no issues.
    Tried the css I gave above with a cache clear and still no change.

    #1008513
    Friech
    Moderator

    Hi There,

    Add this on top of your custom css in Customizer.

    .x-blockquote {
    	position: relative;
    	padding-bottom: 1em;
    }
    
    .x-blockquote .x-cite {
    	position: absolute;
        bottom: 0;
        left: 10px;
    }

    Then check all your custom css here: http://csslint.net/ and address all the errors (you can ignore the warnings).

    Custom CSS you append most probable would not work if you have a syntax error.

    Thanks.

    #1012888
    clefler
    Participant

    That worked, thanks for all the hard work!

    #1013148
    Jade
    Moderator

    You’re most welcome.

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