AdvancedWarfare
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Reddit Embeds Not TriggeringCan any core WordPress developers take a look at this? If not where can I post this to raise awareness
Forum: Fixing WordPress
In reply to: Reddit Embeds Not TriggeringThanks for checking. Is anyone else experiencing this? Can someone try on their own WP installation?
Forum: Themes and Templates
In reply to: Harmonic Theme: How to center site logo?Add the following:
img.site-logo.attachment-harmonic-logo {
margin-left: auto;
Margin-right: auto;
display: block;
}h2.header-description {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
}The first section centres the logo whilst the second section centres the text below it.
Hope it’s what you wanted.
Thanks
Forum: Themes and Templates
In reply to: [Minamaze] Hide the logo when on a mobile deviceCan you provide your site URL, also do you have a separate CSS box for mobile?
Forum: Themes and Templates
In reply to: Making header transparent so i can see background imageAwesome, no problem!
Forum: Themes and Templates
In reply to: Making header transparent so i can see background imageNo problem GSounds 🙂
To make the white menu bar thinner and make it clear too add:
div#enigma_nav_top {
height: 90px;
background: none;
}If you feel it being clear doesn’t look so good, you can remove the “background: none;” line and it will just reduce the height instead.
Forum: Themes and Templates
In reply to: Making header transparent so i can see background imageAdd this to your Custom CSS Box
.header_section {
background: none
}Hope it helps 🙂
Forum: Themes and Templates
In reply to: [Aldehyde] text sizeIf they don’t offer it in the settings it will be in the CSS..
Do you have a link to your site and which text you want to change… i’m guessing you don’t want all text on the site the same size?