Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #788899

    Hi there,

    I’d like to completely remove the space between Content and Sidebar on the right.

    There are several threads depending on this.
    I tried this code …

    #content, .entry-no-pic .entry-content{
    width:900px;
    padding:0 0 50px 20px;
    float: left;
    margin:0 20px 0 0;
    overflow: hidden;
    }

    … and this one …

    .content, .sidebar {
    padding-top: 50px;
    padding-bottom: 10px;
    }

    but nothing changes at all!?

    Can you help?
    Thanks a lot!

    KR – Marc

    #788925

    Hey Marc,

    Please provide a link to the site/page in question so we can better assist you.

    Best regards,
    Jordan Shannon

    #788948

    Hi Jordan,

    thanks for your help! :)

    Now, what it should look like, you see in this image.

    Red arrow: Content widen to the right, where the sidebar begins actually.
    Blue arrow: Sidebar wirden to the very right.

    … and the green arrow: Is it possible, to set the sidebar vertically to 100%?

    Here the site …

    #789122

    Hi,

    Please view the screen shot I have pasted into the private area and let me know if it matches what you are trying to achieve

    Best regards,
    Jordan Shannon

    #789529

    Hello Jordan,

    many thanks for your response. Annoying: I had forgotten to hire that I get a mail when you write. It is so urgent. :-(

    But … ok, in principle it looks good.

    A few corrections still (see screenshot in private area):

    Red Arrow: The image is cut off. It should be quite visible – like the two left beside it.

    Green Arrow: This distance is too great. Where can I adjust it?

    Blue Arrow: the content of the sidebar is too far up. It should be a bit deeper.

    I am looking forward to your answer. :-) / and thanks a lot again.

    KR – Marc

    #789695

    Hi,

    I added the following to quick css:

    .content .entry-content-wrapper {
        padding-right: 0px!important;
    }
    
    .inner_sidebar {
        margin-left: 0px!important;
    }
    
    .sidebar {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    max-width:calc(25% - 50px);
    background:#ffffff!important;
    }
    
    .sidebar .widget:first-child {
        padding-top: 50px!important;
    }

    Please test and let me know if it is what you needed or close.

    Best regards,
    Jordan Shannon

    #789730

    Hi Jordan,

    yes! That’s it! :-)

    Bu, two things happened with your changings:

    1. The white opacity in the content-background (that I also had/need on other pages) is gone (see my last screenshot)
    Could you re-astablish this? (The color in the sidebar is ok!)

    I think, – before your code – it were the following 3 codes, which did that.
    (These codes were practicable to me, because I could adress 3 different Parts on the site.)

    /*… Halbtransparenz für Header …*/
    .nonfixed_header .header_bg {
    opacity: .9;
    filter: alpha(opacity=1);
    }
    /*… Halbtransparenz für Content …*/
    .main_color {
    background-color: rgba(255,255,255,0.6) !important ;
    }
    #main, .html_stretched #wrap_all {
    background-color: rgba(255,255,255,0.5) !important ;
    }
    /*… Halbtransparenz für Footer …*/
    .footer_color {
    background-color: rgba(255,255,255,.9);
    }

    2. The great image on the frontpage “Welcome”
    … I can see it for a half second … then it’s gone!?
    Sorry for this additional issue!?

    Thank you very much, Jordan.

    KR – Marc

    • This reply was modified 7 years, 6 months ago by Faun2015.
    #789813

    Hi,

    Did you remove the code put in quick css?

    Best regards,
    Jordan Shannon

    #789830

    Hi Jordan,

    no. Your Code (and mine / see above) are still in quick css.

    KR – Marc

    #790431

    Hi,

    I see. I just need a little more time and I should have a solution.

    Best regards,
    Jordan Shannon

    #790445

    Hi Jordan,

    ok. I appreciate your solution.

    Best regards and thank you for the information –

    Marc

    • This reply was modified 7 years, 6 months ago by Faun2015.
    #791254

    Hello …

    #791575

    … ok. Can be closed.

    Thank You.

    #791698

    Hi,

    Apologies for the late reply! Were you able to figure out the solution before I close?

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.