Forum Replies Created
-
AuthorPosts
-
mohossainMember
@sakinshrestha: Perfect!! Worked flawlessly.
I was trying to make overflow visible for other frames. Wasn’t thinking of the main one (site). -__-
Thanks a lot again Sakin!mohossainMember@sakinshrestha: I moved it down so it wouldn’t be cut off. I’d still like to have it higher, if possible. I moved it up again, now it’s cut off. Take a look please. Thanks!
mohossainMember@sakinshrestha: Another update.
So I got it perfect as I want it, using the child theme and some css:
#cinderella_logo { height: 0px; padding: 0; z-index: 50; position: relative; left: 35px; top: -10px; }
Only one problem left: the logo gets cut off at the top of the page.
I’ve tried to do many things to try to make it peak out, without any success. Would you be able to help please?
mohossainMember@sakinshrestha: Thanks again. I have been playing around with the site to make this work. I’ve gotten it how I would like it positioned, but I don’t want the extra whitespace on top that is generated by the logo/header. Any ideas?
mohossainMemberThis was related to the widget actually. I was able to resolve it after researching around a bit.
This code removes the extra space at the bottom of the widgets, if anyone needs is in the future:
#supplementary aside { margin-bottom: 0px; }
Thanks again, @Sakin.
mohossainMemberOk, so now I moved it into the header area. But I don’t want the extra white space on top (where the logo is placed) and I’d like to move the logo down so it overlaps or sits on top of the menu area.
mohossainMemberThanks Sakin!
I used the code:
#supplementary { padding: 0px; }
It removes the padding from top only though. I still have some kind of space at the bottom. Can’t seem to get rid of it.
mohossainMemberHi Sakin!
Sorry, I didn’t explain it clearly. I don’t want it to be outside of the header. I just added it there so you can see what I’m trying to use.
I would like it to be in header/menu area. I want the “CB” to be towards the middle of the menu “floating” over it.
Does that make more sense? Otherwise I’ll take a screenshot of what I want and show you.
Thank you!!
mohossainMemberAwesome. That works perfectly.
Thank you very much, Sakin!!
mohossainMemberSakin,
Thank you so much for the help! The footer worked flawlessly. With your first code, the space on the top of the home page disappeared, which is also what I wanted.
So I used this code to hide the extra space on top everywhere.
#hgroup-wrap { display: none; }
After further messing with CSS, it seems as though this code makes the home page images disappear all together (the slideshow too):
.home img.wp-post-image { display: none; }
Any idea how to separate the two? I thought it had relations with “.entry-content img” but that has no effect for some reason.
Thanks a lot for your continued help! Have a good day.
mohossainMemberFor more information’s sake, though it shouldn’t matter: I am using a child theme, so I can edit files without a problem.
-
AuthorPosts