Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877931
    Issam
    Participant

    Hello guys,

    as I want to use Ethos, since it suits me better, I miss two things that I had in integrity.

    First, How can I eliminate the white background on the left that stays despite what I do? Even when I choose boxed option there is a bug.I have 2 pictures attached that clearly explain that. In integrity it was possible to have normal background on both sides.

    Second, how can I center the featured posts picture above my text while have it as big as the whole column? There is a white field on the right which looks ugly. I searched for solution and I only managed to get it centered but not fitting in the whole collumn. With other word, how can I make it look clean?

    Thank you very much

    valenter.de

    #878453
    Jack
    Keymaster

    Hi there,

    Thanks for writing in!

    #1, did you already resolve this? I checked your site and didn’t see that sort of spacing, if not, can you link me to a page where I can see that issue?

    #2, You can use this css code in customizer > custom > css

    .entry-featured, .single-post {
         width: 100%;
    }

    Please note though that any changes to a images width, will cause the image to distort, unless it’s custom coded with a larger image and then cropped.

    Thank you!

    #878752
    Issam
    Participant
    This reply has been marked as private.
    #879468
    Christopher
    Moderator

    Hi there,

    Please add this code in customizer/css:

    .x-container.main:before {
        background-color: transparent;
    }
    .page .x-main.left .hentry .entry-featured, .single-post .x-main.left .hentry .entry-featured {
        margin-right: 0;
    }
    

    Hope it helps.

    #891499
    Issam
    Participant

    Thank you very much!

    #892057
    Thai
    Moderator

    You’re very welcome 🙂

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