-
AuthorPosts
-
May 6, 2017 at 8:23 pm #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
May 6, 2017 at 8:53 pm #788925Hey Marc,
Please provide a link to the site/page in question so we can better assist you.
Best regards,
Jordan ShannonMay 6, 2017 at 9:39 pm #788948Hi 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 …
May 7, 2017 at 6:09 pm #789122Hi,
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 ShannonMay 8, 2017 at 1:05 pm #789529Hello 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
May 8, 2017 at 4:29 pm #789695Hi,
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 ShannonMay 8, 2017 at 5:35 pm #789730Hi 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.
May 8, 2017 at 8:27 pm #789813Hi,
Did you remove the code put in quick css?
Best regards,
Jordan ShannonMay 8, 2017 at 8:49 pm #789830Hi Jordan,
no. Your Code (and mine / see above) are still in quick css.
KR – Marc
May 9, 2017 at 4:31 pm #790431Hi,
I see. I just need a little more time and I should have a solution.
Best regards,
Jordan ShannonMay 9, 2017 at 4:47 pm #790445Hi 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.
May 10, 2017 at 6:15 pm #791254Hello …
May 11, 2017 at 10:28 am #791575… ok. Can be closed.
Thank You.
May 11, 2017 at 3:55 pm #791698Hi,
Apologies for the late reply! Were you able to figure out the solution before I close?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.