Draqshorul
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: Problem with displaying accentsBumping with this issue ^^
Forum: Fixing WordPress
In reply to: Change color of this boxThank you!
Will be looking into that tomorrow. Until then, baby steps with constant refreshes and notepad copy-pastes of stuff i’m changing so i can put it back 🙂
Forum: Fixing WordPress
In reply to: Change color of this boxMeanwhile, found it through trial and error.
`#wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 4px;
clear: both;
margin: 20px auto 20px auto;
padding: 0 20px 20px 20px;
position: relative;Forum: Fixing WordPress
In reply to: Change color of this boxsirius-consulting.ro
Pictures are still placeholders…
Forum: Fixing WordPress
In reply to: Header image link to homepageForgot to check resolved:D
Forum: Fixing WordPress
In reply to: Header image link to homepageWorked like a charm, Thank you!
Forum: Fixing WordPress
In reply to: Header image link to homepageForum: Fixing WordPress
In reply to: Header image link to homepageTheme is Gridiculous
@aaron, pasted the
<img id="header-img" src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />part after
<a href="<?php echo home_url(); ?>">but it placed another header under the widget i use on the header, and i want it above
Viewing 8 replies - 1 through 8 (of 8 total)