custom34
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Vantage] Spacing on Header and FooterHi Greg,
Thanks for making a nice theme. I’m looking forward to customizing until the point it’s perfect, then purchasing the full version.
However, your solution does not work for me. WPYogi’s solution does, with a slight modification to the second value in the #masthead padding section. For anyone looking to remove all padding/margins from the header, add both these lines of custom CSS to a custom CSS plug-in:
header#masthead hgroup { margin: 0; } header#masthead { padding: 10px 1 20px 0; }
Change the 1 to a 0 for absolutely no padding/margins. I put it as a 1 so that there’s a bit of space on the left side of the screen. See here: https://friedmanpictures.com
Forum: Themes and Templates
In reply to: [Vantage] Spacing on Header and Footerheader#masthead hgroup { margin: 0; }
Worked halfway when I put it into the custom CSS plug-in called “My Custom CSS”. Now the logo is aligned with the first menu button below it, with no padding on bottom. Looks like there is still padding on top.
adding
header#masthead { padding: 0; }
Removes all 4 margins from logo, but also removes padding underneath the menu buttons. Changing the value of padding to the second code from zero to any number does the same thing, which makes an effect like the code was never there.
I will leave my site with both codes on so you can see the final effect. Would be nice to be able to add /some/ padding — https://friedmanpictures.com
Forum: Themes and Templates
In reply to: [Vantage] How to change the Featured Image Settings?This is a good workaround, except once you update the theme, the files revert to the old settings. Has anyone come up with a permanent workaround?
Thanks,
TForum: Themes and Templates
In reply to: [Vantage] Spacing on Header and FooterA similar question… how would you remove the padding that seems to be automatically added to the custom logo?
I just inserted a logo which I trimmed (no padding) and I would like to control the top & bottom padding. https://friedmanpictures.com
Thanks,
Tommy