Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1219732
    ravenevents
    Participant

    http://aboriginalbusinessmatch.com/portfolio-item/the-aquaculture-association/

    I have added this to the custom css area just to get rid of the blank space to the left, but it’s not working:

    .single-x-portfolio .entry-featured {
    display: none;
    }

    What we really want to do is have the portfolio text and navigation to be on the right and the logo/featured image to be on the left. How do I do that?

    #1219763
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    The code you added above works. I confirm that it is added in your setup. Upon checking your setup, To add the featured image to the left, please remove the code above then add featured image to your post in your post settings.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1219783
    ravenevents
    Participant

    The opportunities page shows all of the items with featured images, including the one I linked. I took that line out of the custom css and no featured image shows, though it is set in the admin area.

    #1219918
    Nabeel A
    Moderator

    Hi again,

    Would you mind providing us with 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
    – FTP credentials

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

    #1219944
    ravenevents
    Participant
    This reply has been marked as private.
    #1220298
    Friech
    Moderator

    Hi There,

    Resetting the featured image should do the trick:
    http://aboriginalbusinessmatch.com/portfolio-item/the-aquaculture-association/

    You can switch the position of sidebar and featured image by adding this on your custom CSS on Customizer.

    .single-x-portfolio .entry-wrap {
    	float: left;
    	width: 68%;
    }
    .single-x-portfolio .entry-featured {
    	float: right;
    	width: 32%;
    	text-align: center;
    }

    Hope it helps, Cheers!

    #1221014
    ravenevents
    Participant

    That worked, thank you! Unfortunately the links are gone from the grid of opportunities at http://aboriginalbusinessmatch.com/business-opportunities/

    #1221307
    Nabeel A
    Moderator

    Hi again,

    I tried checking the links but couldn’t find any, can you please point us in the right direction by providing some screenshots?

    Thanks!

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