• Resolved belleblushh

    (@belleblushh)


    Hi guys,

    Sorry this is my last resort. I have tried numerous different sets of css found on these forums to remove the padding around the logo image. I have managed to change the top padding above the logo to 10px which is what I want it set as.

    As for below the header/above the menu, no matter what code I use I just cannot get that white space smaller. I am using a child theme so I have managed to change the stylesheet and custom css with no luck (even using the important tag). I have even attempted remove the div group pad in the parent header.php file.

    Can anyone help please?

    I have no css background. Just teaching myself to edit as I go along.

    Thanks

    The blog I need help with is belleblushh.com.

Viewing 6 replies - 1 through 6 (of 6 total)
  • To close the bottom gap put something in like

    .group.pad {
      height: 230px;
    }

    There really is no margin or padding casuing the gap between logo and menu on the bottom.

    Thread Starter belleblushh

    (@belleblushh)

    Hi,

    Just added to stylesheet and custom css but both leave the result of the menu now off centre below the logo.

    I’ve left it in so you can check.

    Thanks for your reply

    Which stylesheet did you put it in?

    I’m looking in the browser debugger and can’t seem to find it when I inspect the element or stylesheet.

    Please remove the previous code and let me know. Then I try to send you a new snippet

    Thread Starter belleblushh

    (@belleblushh)

    All changes are made only in Hueman Child theme.

    Ok I’ve removed it and managed to get some space above the header image smaller.

    Is there any way I can enlarge the image and then make it smaller to fill the space?

    Then two other issues, please advise if I should log separately.
    1. The nav header menu (about,makeup skincare) is touching the featured image on the home page and the category on the other pages. Is there a way to shift it up slightly?
    2. On my home page where the posts are listed, the hover color of the post titles are white and I cannot seem to change the color. I’ve changed every single hover color in stylesheet.css and still nothing and cannot find color #fff in content-featured.php. Any advice?

    Thanks so much for your help and speedy responses ??

    Thread Starter belleblushh

    (@belleblushh)

    Hi,

    So I managed to figure some of it out.

    In white lettering on my white background, the site description was on the left hand side. I noticed it accidentally while selecting some text.

    I set as follows in stylesheet.css:

    .site-description {display: none;}

    And then to move the featured post downwards away from the navigation menu I added the padding as follows:

    .featured .post { margin-bottom: 0; padding-top: 57px;}

    Hope this helps someone else.

    If anyone can still help with the last point will be much appreciated

    On my home page where the posts are listed, the hover color of the post titles are white and I cannot seem to change the color. I’ve changed every single hover color in stylesheet.css and still nothing and cannot find color #fff in content-featured.php. Any advice?

    Thanks

    Thread Starter belleblushh

    (@belleblushh)

    Marking as resolved and posting new question regarding hover links

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Trying to remove white space between logo image and header menu in Hueman Theme’ is closed to new replies.