Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1074672
    nyckidd
    Participant

    Hello,

    I would like to float my featured image in a single post in a specific category to the left…how do i hack this guys ?

    #1074718
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (min-width: 980px){
        .single-post .entry-featured {
            float: left;
            width: 25%;
        }
    
        .single-post .entry-content.content {
            float: right;
            width: 60%;
        }
    }

    Hope it helps 🙂

    #1074765
    nyckidd
    Participant

    Thanks, but thats gonna float all my featured images in a single post,i just want featured images in a soecific category to float left.

    #1074789
    Joao
    Moderator

    Hi There,

    Please provide us your URL and point us what post you would like to achieve that.

    Thanks

    Joao

    #1074847
    nyckidd
    Participant
    This reply has been marked as private.
    #1074883
    Thai
    Moderator

    Hi There,

    Your website is under construction.

    Would you mind providing us with your admin account so we can take a closer look?

    Thank you.

    #1074887
    nyckidd
    Participant

    sorry about that…disabled the maintenance..

    #1075068
    Christian
    Moderator

    Your site’s still in maintenance mode (see attachment). Please check.

    Thanks.

    #1075070
    nyckidd
    Participant

    It might be your cache….i removed it from maintenance.

    #1075336
    Joao
    Moderator

    Hi There,

    Another support member here, your site still on maintenance mode.

    Let us know when you have the website available so we can check.

    Thanks

    Joao

    #1076544
    nyckidd
    Participant

    Hello,

    My bad it was actually on maintenance guys…you can have a look now.

    #1076991
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

      @media (min-width:  980px) {
        	.single-post .category-books-africa .entry-featured {
            float: left;
            width: 25%;
        }
    
     .single-post .category-books-africa .entry-wrap {
            float: right;
            width: 70%;
        }
        }

    Hope it helps, Cheers!

    #1089658
    nyckidd
    Participant

    Perfecto!!

    Thanks Guys.

    #1089700
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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