Scientistdan
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets on Pages] Need some help putting the widgets side by sideThe specific page I’m looking at is
http://www.pikestrike.com/about_pikestrike/I have a facebook and twitter on top of each other and I would like them side by side
I deleted that CSS because it wasn’t working. I will absolutely give you 5 stars if you can help me
Forum: Themes and Templates
In reply to: [WP-Creativix] Add more sections to my creativix homepagethanks!!
Forum: Plugins
In reply to: [Widgets on Pages] Need some help putting the widgets side by sideP.S I used this code
#horiz {
overflow: auto;margin: 10p;padding: 10px;
}
#horiz .widget {
float: left;
width: 25%;
padding: 2%;
background: #f1f1f1;
border:1px solid #999;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 3px 3px 7px #999;
-webkit-box-shadow: 3px 3px 7px #999;
-o-box-shadow: 3px 3px 7px #999;
box-shadow: 3px 3px 7px #999;
margin: 0 1%;
}Forum: Themes and Templates
In reply to: [WP-Creativix] Add more sections to my creativix homepageAh I see the code, but where on my index.php homepage do I add the code? Anywhere?
Forum: Themes and Templates
In reply to: [WP-Creativix] Add more sections to my creativix homepageIt’s a great plugin btw! It works well on every page but my home, because you can’t just edit the homepage the traditional way, you have to insert code directly into the html with this theme.
The plugin is installed. You don’t know by any change how I can insert the shortcode into the homepage php file so it’s above my main content do you?
Thanks