mixit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I add space between my social media icons?Cool, Add that to my css.styl?
Forum: Fixing WordPress
In reply to: How do I add space between my social media icons?It worked! THANK YOU!
I tried spacing out more, and went to the custom file editor and changed the px to 9 and it didn’t go any further. Then I added 9px to left, yet it didn’t space out anymore.
Do I need to do something in the text widget as well to increase the spacing?
.social {
padding-right: 9px;padding-left: 9px
}Thank you so much for your patience!
Forum: Fixing WordPress
In reply to: How do I add space between my social media icons?Looks like I may ave done something wrong. I added the code you supplied and it didn’t create the spacing between the social media buttons.? My apogies for the newb q’s.
Below is the css.style code and the code I have in the text widget:
#header {
border: none;
background-image: url(https://collectivegadget.com/wp-content/themes/thesis_17/custom/images
background-repeat: no-repeat;
height: 130px;
padding: 0;
position: relative;
}.custom #header #logo a {
text-indent: -9999px;
width: 950px;
height: 130px;
display: block;
float: left;
}li.widget_text p {
display:inline;
margin:0 5px;
}.social {
padding-right: 5px;
}TEXT WIDGET CODE:
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/Twitter-01.png”
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/Facebook.png”
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/LinkedIn.png”
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/HOME_BUTTON.png”
Forum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyJUST GOT IT!! Thanks SOO much for sticking with me and your patience!
Forum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyHere what it looks like in the widget/text section where I entered the code…
<p align=”center”><img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/twitter_small.png” class=”frame” alt=”Expand2Web Twitter Feed”/></p><p align=”left”><img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/facebook_small.png” class=”frame” alt=”Expand2Web Facebook Link”/></p>
<p align=”right”><img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/linkedin_small.png” class=”frame” alt=”Expand2Web Facebook Link”/></p>
Forum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyI added in your approach into my custom.css and it didn’t seem to do anything.
Below is a copy of my custom.css in custom file editor./*
File: custom.css
Description: Custom styles for ThesisBASIC USAGE:
If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag
will be appended with the “custom” class, like so: <body class=”custom”>. You can use
the “custom” class to override *any* CSS declarations contained in the style.css file.For example, if you wish to change the default link color to green, you would add the
following declarations to this file:.custom a, .custom a:visited { color: #090; } <— This makes links green
.custom a:hover { color: #00f; } <— This makes links blue when you mouse over themWHY THIS WORKS:
By using the “custom” class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!More information about styling your Thesis installation using this file can be found
in the User’s Guide:
https://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/#header {
border: none;
background-image: url(https://collectivegadget.com/wp-content/themes/thesis_17/custom/images
background-repeat: no-repeat;
height: 130px;
padding: 0;
position: relative;
}.custom #header #logo a {
text-indent: -9999px;
width: 950px;
height: 130px;
display: block;
float: left;
}li.widget_text p {
display:inline;
margin:0 5px;
}Forum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyI have the “add paragraph tags” unchecked and I’ve looked and deactivated any plugins that may have caching.
Forum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyI apologize, but I’m not sure what that means. I’ve stripped a few lines from the code, yet still getting the same result.
Recent code:
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/twitter_small.png”
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/facebook_small.png”
<img src=”https://seniorcaretampa.collectivegadget.com/wp-content/uploads/2010/09/linkedin_small.png”
Forum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyForum: Fixing WordPress
In reply to: Lining Up Text/Widget Icons horizontally vs. verticallyThanks for that!
https://www.seniorcaretampa.collectivegadget.comForum: Fixing WordPress
In reply to: Fatal error: Cannot redeclare widgetized_footer1Thanks for the help! I deleted it and restored from my local. Thanks for the WAMP tip