Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Logo positioning relative to menu #11240
    mohossain
    Member

    @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!

    in reply to: Logo positioning relative to menu #11236
    mohossain
    Member

    @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!

    in reply to: Logo positioning relative to menu #11206
    mohossain
    Member

    @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?

    in reply to: Logo positioning relative to menu #11205
    mohossain
    Member

    @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?

    in reply to: Remove footer area space #11204
    mohossain
    Member

    This 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.

    in reply to: Logo positioning relative to menu #11197
    mohossain
    Member

    Ok, 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.

    in reply to: Remove footer area space #11195
    mohossain
    Member

    Thanks 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.

    in reply to: Logo positioning relative to menu #11194
    mohossain
    Member

    Hi 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!!

    in reply to: Remove header space, Disable header on homepage #10288
    mohossain
    Member

    Awesome. That works perfectly.

    Thank you very much, Sakin!!

    in reply to: Remove header space, Disable header on homepage #10246
    mohossain
    Member

    Sakin,

    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.

    in reply to: Remove header space, Disable header on homepage #10150
    mohossain
    Member

    For more information’s sake, though it shouldn’t matter: I am using a child theme, so I can edit files without a problem.

Viewing 11 posts - 1 through 11 (of 11 total)