BryanHarrell
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Attitude] Can we Create a Line Between Page and Left SidebarHi rahulsurana,
You can either put a ‘border-right:1px solid #82CFFD’ onto the secondary <div> on line 1177 of style.css (that will put a line whose length will be the same as the secondary container.) You will also need to adjust the width of the container to 31.00%
Otherwise you can put a left border with the same color on the primary <div>, line 1011 of the style.css in the format ‘border-left: 1px solid #82CFFD’. You may need to also adjust the width.
Hope that helps.
Cheers
BryanForum: Themes and Templates
In reply to: [Zenon Lite] Link to Twitter, Facebook, Youtube incorrectDoes it have ‘http://’ before the ‘www’?
Hey fstpetcare,
on line 640 of style.css
#site-title img {
margin:38px 0;
}
take out “margin:38px 0;”That’s what’s giving you the white space.
Cheers
BryanForum: Themes and Templates
In reply to: Newbie QuestionHey imjnice,
If you go to Screen Options http://ottopress.com/2011/wp-quickie-metaboxes/
Then add ‘discussion’ and remove the tickbox next to ‘allow comments’
Bryan
Forum: Themes and Templates
In reply to: Search Box cut offHey ccbeyer93,
In the #sidebar-header {
either remove overflow:hidden;
or add padding:bottom:2px;It seems to fix the search box.
Cheers
Bryan