Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981660
    multimediamakers2
    Participant

    Hi there

    I would like to remove the sidebar from my single portfolio items. I followed this thread:
    https://community.theme.co/forums/topic/remove-sidebar-in-portfolio-item/

    The social sharing etc is no longer there, which is great, but the content is still displayed as it was: not full width. Although I have changed the custom css to width:100% as indicated in the thread.

    Please find an example page here: https://www.multimediamakers.com.au/perth-corporate-video/videos-for-schools/

    I would appreciate your help.

    Will send login details in a separate message.

    All the best.

    Els

    #981661
    multimediamakers2
    Participant
    This reply has been marked as private.
    #981718
    Christopher
    Moderator

    Hi there,

    Please add this CSS as well :

    .x-portfolio .entry-info {
        width: 100%;
    }

    Hope it helps.

    #981754
    multimediamakers2
    Participant

    Hi There

    I had done this already. (Sorry if that wasn’t clear:

    Although I have changed the custom css to width:100% as indicated in the thread.

    )

    I followed the 2 steps as indicated in this thread but it doesn’t work for me unfortunately.

    https://community.theme.co/forums/topic/remove-sidebar-in-portfolio-item/

    Thanks for your help.

    Els

    #981757
    Paul R
    Moderator

    Hi Els,

    There was a syntax error in your code.

    I change this

    
    / Els: Portfolio item: no sidebar */
    .x-portfolio .entry-info {
    width: 100%;
    }
    

    to this

    
    
    /* Els: Portfolio item: no sidebar */
    .x-portfolio .entry-info {
    width: 100%;
    }
    

    You need to use /* COMMENT HERE */ when adding comments.

    Thanks

    #981763
    multimediamakers2
    Participant

    Of course, what a stupid mistake! Sorry to have bothered you and thanks for the awesome support as always!

    #981767
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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