swarnock89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attempting to add Social Media Buttons@rajan, I already had a social media widget that I was using, but I do not want it in the sidebar. I want it up in the header next to my site’s title.
@andrewcrook I thought I had pressed that button but anyway, here is the code:
<div id="header_icons"> <dl><a href="mailto:[email protected]"><img src=http://i.imgur.com/lY2Oe5h.png height=30 width=30 /> <a href="feed"><img src=http://i.imgur.com/XGxpCBe.png width=30 height=30 /> <a href="http://twitter.com/shawnwarnock"><img src=http://i.imgur.com/iqJlFSE.png width=30 height=30 /> <a href="http://www.youtube.com/fordgt0589"><img src=http://i.imgur.com/41DFgBK.png width="30" height="30" /> <a href="https://plus.google.com/111820184197001848982/posts"><img src=http://i.imgur.com/uhc8j9w.png width=30 height=30 position:relative left: 250px /></dl>Forum: Themes and Templates
In reply to: Need help with my WidgetThis code
li { border-bottom: solid 2px #333; padding-bottom: .2cm; }helps to change it to close to what I am looking for, but I want the lines to extend all the way from the left border to the right border. I also want each line of text to be equally spaced from the top and bottom of the box that is made by the two lines. Right now I only have padding bottom, but when I do padding on the top as well, it causes the border at the top of the widgets title to move up and then there is a strange gap.
Forum: Themes and Templates
In reply to: Need help with my Widgetbump again. can someone please help?
Forum: Themes and Templates
In reply to: Need help with my Widgetbump
Forum: Themes and Templates
In reply to: How to get a border around my widgetsI apologize, I am not quite sure what you mean by Child Theme. The theme that I have on my site is called Twenty Ten. I am doing all of my modifications to the them in Appearance>Edit CSS. I added that bit of code that you wrote but nothing happened.