-
Search Results
-
Hi,
i need to margin top or bottom search button from at header
how can i do this?
Thank youTopic: Top margin
Sorry. I posted the question in a wrong forum previously so I try again in this Premium area:
Great theme.
I’d like to decrease the top margin and tried with
.hgroup-wrap {
padding-bottom: 0;
padding-top: 0;
}Unfortunately it does not seem to work.
Generally I think it would be great if I can adjust margins for instance between menu and content on pages.
Can you help?Topic: Top margin
Great theme.
I’d like to decrease the top margin and tried with
.hgroup-wrap {
padding-bottom: 0;
padding-top: 0;
}Unfortunately it does not seem to work.
Generally I think it would be great if I can adjust margins for instance between menu and content on pages.
Can you help?Topic: Child theme problems
I have created a child theme and made a new style.css for it that only contains the lines changes in my previous iteration. (I’m preparing to upgrade, so need to capture my changes)
I’m running in to 2 issues:
1. The Appearance options in my child theme when doing a Live Preview no longer contains “Header Image”
2. When I activate my child theme, much of the css is malformed. I’m assuming this is probably because I added only the changed lines in my child’s style.css, but I’m not sure how much/little to include. Below is my current chile style.css:
/* Theme Name: Attitude Child Theme Theme URI: https://www.themehorse.com/themes/attitude Template: attitude Author: Theme Horse Author URI: https://www.themehorse.com Attitude WordPress Theme, Copyright 2013 Theme Horse Attitude is distributed under the terms of the GNU GPL */ @import url("../attitude/style.css"); /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ /* Theme Modifications Start Here */ /* No Border/Margin/Padding */ .no-margin-left { margin-left:10px !important; } /* Forms */ input.s { background: url(images/search.png) no-repeat right 5px #fff; padding: 0px 33px 0px 0; } /* =Header ----------------------------------------------- */ #branding { margin-top: 0px; } .hgroup-wrap { padding-top: 10px; padding-bottom: 0px; } site-logo { margin-top: 0px; } .hgroup-right { margin-top: 0px; } /* Social Profiles */ .social-profiles ul li { margin-top: 7px; } /* =Menu -------------------------------------------------------------- */ /* Dropdown */ #access ul li ul { top: 45px; }Any help would be appreciated. Doing my best to help my friend out, and apparently know just enough to be dangerous. 😉
Dear all,
I would like to remove the white space on the left side of my logo so the logo is on the same vertical line as my home icon (i.e., remove the spoace from the block my logo is in). Here is my page:Here is my CSS code for the header:
/* =Header ----------------------------------------------- */ #branding { margin-top: 30px; } .hgroup-wrap { padding-top: 0px; padding-bottom: 0px; } .hgroup-wrap a { display: block; } #site-logo { float:left; margin-top: 0px; } #site-title { font: 36px 'Philosopher', sans-serif; line-height: 0px; } #site-title a { color: #555; } #site-title a img { vertical-align: inherit; width: 500px;/*original max-width: 978px */ height:auto; } #site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active { color: #05a9c5; } #site-description { font: 13px 'PT Sans', sans-serif; /*original 13*/ line-height: 20px; /*original 20*/ color: #777; } .hgroup-right { float: right; margin-top: 38px; }I hope I could explain my problem.
Thank you for your help!
Best regards,
Christian
Hello there,
My intention is to have a logo right across the full header width (1038px). So for I’ve been able to reduce the space above the logo and below, so all looks nicely. However – for some bizarre reason – the logo image shrinks to a smaller width (980px) and get these ugly padding right and left.
Has anyone an idea how I can remove the right and left padding? http://www.northqueenslandtrawlers.com.au/
The following is the custom CSS I’m using now:
.hgroup-wrap {
padding-bottom: 0px;
padding-top: 0px;
}
#site-logo {
margin-top: 0px;
}
