Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1309624
    RPronk
    Participant

    Hello, in ethos projects i like to hide the feuten image. I found this line of code for the css
    .single-x-portfolio .entry-featured {
    display: none;
    }

    This works but then it leaves a blank gap, the rest of the content is pushed aside. The i found this code:
    single-x-portfolio .entry-featured {
    display: none;
    }.single-x-portfolio .entry-wrap {
    width: 100%;
    float: none;
    }

    .single-x-portfolio .x-container.max.width.main {
    width: 100%;
    max-width: none;
    }

    .single-x-portfolio .entry-top-navigation {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

    }

    How ever this is way to much, now the whole content is full width. So how can i remove the image and use this space for my content, without everything becoming full width?

    #1309662
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1309984
    RPronk
    Participant

    Hello, this will be difficult since the website DNS settings are not citing to this server. You woud need to adjust your host file to see this website, however one of your colleagues tried this serval times and did not succeed in adjusting his host file to see this website. So can we try to do without?

    #1310080
    Nabeel A
    Moderator

    Hi again,

    You can try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .single-x-portfolio .entry-featured {
        padding-right: 0 !important;
        display: none !important;
    }
    .single-x-portfolio .entry-wrap {
        width: 100% !important;
    }

    Let us know how this goes!

    #1310772
    RPronk
    Participant

    I was tryring some combinations and this code works for me:

    .single-x-portfolio .entry-featured {
    display: none;
    }
    single-x-portfolio .entry-featured {
    display: none;
    }.single-x-portfolio .entry-wrap {
    width: 100%;
    float: none;
    }

    Thanks for you help

    #1310799
    Christopher
    Moderator

    Glad to see that you were able to fix this.

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