Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287665
    flacnvinyl
    Participant

    By default featured images display above the title and description of a blog. It is possible to have it display in a list format (a bit more oldschool) with the image to the left, title and description to the right? No columns, just a nice clean display list?

    #1287781
    Joao
    Moderator

    Hi There,

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

    .blog  .entry-thumb {
        float: left;
        width: 200px;
        height: 200px;
        margin-right: 20px;
    }
    .blog .has-post-thumbnail .entry-wrap {
          padding: 5px;
    
    }

    If that does not satisfy you please provide your URL in order that we can provide a tailored solution.

    Thanks

    Joao

    #1288349
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1288493
    Rue Nel
    Moderator
    This reply has been marked as private.
    #1288586
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1288788
    Christopher
    Moderator

    Hi there,

    Please add following code :

    @media (min-width:767px){
    .blog .has-post-thumbnail .entry-wrap, .archive .has-post-thumbnail .entry-wrap {
        border: none;
        box-shadow: none;
        float: right;
        width: 66.5%;
        padding-top: 0;
    }
    .blog .has-post-thumbnail .entry-featured, .archive .has-post-thumbnail .entry-featured {
        border: none;
        float: left;
        width: 33%;
    }
    }
    .blog .has-post-thumbnail .entry-featured, .archive .has-post-thumbnail .entry-featured {
        border: none;
        float: left;
        width: 33%;
        border: none;
        box-shadow: none;
    }

    Please remove width: 500px;height: 200px; properties from following block of code :

    .blog .entry-thumb, .archive .entry-thumb {
        float: left;
        width: 500px;
        height: 200px;
        margin-right: 20px;
        margin-top: 10px;
    }

    Hope it helps.

    #1289013
    flacnvinyl
    Participant

    Perfect! Thank you!

    #1289033
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1289222
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! How should be the navbar will look like? I can see that the social icons are being displayed on the left. Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you in advance.

    #1289251
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1289481
    Lely
    Moderator

    Hi There,

    Above CSS shouldn’t affect the menu. It should only affect the featured image. I did try adding the code on a browser and didn’t experience the issue. Would you mind applying the suggested code so we can see it directly?

    #1289897
    flacnvinyl
    Participant

    Done. I don’t see the glitching either. Here’s hoping it was a temporary issue on our end! Maybe cache/hosting caused conflict. Thank you!

    #1289977
    Paul R
    Moderator

    You’re welcome! 🙂

    #1369349
    flacnvinyl
    Participant
    This reply has been marked as private.
    #1369872
    Friech
    Moderator

    Hi There,

    For the featured image please add this on your custom CSS.

    .blog .entry-wrap {
    	padding-left: 10px;
    }

    For the white area, please look for this block on your custom CSS.

    .blog .x-container.offset {
        margin-top: 25px!important;
    }

    And update the value to 0px.

    Thanks.

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