Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1102014
    Joao
    Moderator

    Hi There,

    Would mind clarifying and pointing the URL of the page you are having issues with the layout?

    Also please provide a simple yet detailed information of what would be your goal in that page.

    Also provide any useful informastion and provide us login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1102148
    tashitendrel
    Participant
    This reply has been marked as private.
    #1102205
    Joao
    Moderator

    Hi There,

    Unfortunely the user you created for use is very limited and it is not possible to test the solution before providing you a tailored css.

    Please try adding the following code:

    .archive .category .entry-featured {
        width: 40%;
        float: left;
        margin: 45px;
    }
    

    Let us know how it goes

    Joao

    #1102208
    tashitendrel
    Participant
    This reply has been marked as private.
    #1102284
    Joao
    Moderator

    Hi There,

    Please update this:

    @media (min-width: 768px) {
    body:not(.single-post) .has-post-thumbnail .entry-wrap {
    float: left;
    width: 60%;
    padding: 30px 30px 30px 20px;
    }
    body:not(.single-post) .has-post-thumbnail {
    overflow: hidden;
    padding: 20px;
    }
    }

    to this:

    @media (min-width: 768px) {
    body:not(.single-post) .has-post-thumbnail .entry-wrap {
    float: left;
    width: 40%;
    padding: 10px;
    box-shadow: none;
    
    }
      .post {
        background: white;
    }
    
    body:not(.single-post) .has-post-thumbnail {
    overflow: hidden;
    padding: 20px;
    }
    }
    

    Hope that helps

    Joao

    #1103085
    tashitendrel
    Participant

    Thank you all for the help – it’s really appreciated.

    Finally I started again from the scratch and this is the whole code which does the trick:

    @media (min-width: 768px){
    .blog .entry-featured, .single-post .entry-featured, .category .entry-featured, .archive .entry-featured {
    float: left;
    max-width: 350px;
    width: 30%;
    margin: 2.5em 3em 1em 2.5em;
    }
    }

    This is all that was needed. And I am so relieved. thanks.

    #1103160
    John Ezra
    Member

    You’re most welcome and glad you got it to work!

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