Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322708
    imunirul
    Participant

    Hi:
    my standard integrity blog http://www.uwgss.ca/news/ is showing really weird … as you can see the picture is showing up full blown. How can I make the standard blog look better?

    Thanks.
    Munir

    #1322710
    imunirul
    Participant
    This reply has been marked as private.
    #1322779
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .blog .entry-featured {
        float: left;
        max-width: 200px;
        margin-right: 20px;
    }
    
    .blog .entry-wrap {
          padding: 10px;
        padding-bottom: 0;
    }
    
    .blog .entry-thumb img {
     
        margin-bottom: -1px;
    }
    

    Hope it helps

    Joao

    #1324845
    imunirul
    Participant

    Thanks it worked.

    Now I am trying to change social icons color to yellow. Other links to stay default color.

    ——
    .x-social-global a:link {
    color: yellow;
    }
    ——

    Above css shows that it is working in Customizer but does not work when I view in browser.
    Any suggestion how to fix it?

    #1325145
    Christopher
    Moderator

    Hi there,

    Please clear cache and check again as your style is being applied correctly, see the attachment.

    Thanks.

    #1325147
    Lely
    Moderator

    Hi There,

    It is working when I checked. See this:http://screencast-o-matic.com/watch/cbVXisQkFy

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