lryan628
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Magazino] Blank on right side of Homepage after Adding SidebarHere is what I did…
Add this to your style.css
#main { float: left; margin-left: 0; }
#sidebar { clear: left; }#sidebar-right { margin-left: 3%; padding-left: 2%; float: right; margin-top: 20px; }
@media only screen and (max-width: 2000px) {
#sidebar-right { width: 30%; }
}At the top of page.php – take out the clearfix and add col620
<div id=”content” class=”clearfix”>
<div id=”main” class=”col620″ role=”main”>
On your sidebar page – Remove clearfix and add col300
<div id=”sidebar-right” class=”widget-area col300″ role=”complementary”>
This worked for me in every browser except ie7 & ie8, still trying to figure that out. Hope this helps!
Forum: Themes and Templates
In reply to: [Magazino] how do i change the number columns on my homepage?Jimmy, I don’t have an answer for you. Sorry.
But slsims26. Check this out…How to add a Sidebar
It’s great instructions but it doesn’t include changes for the responsive part of the theme. I am still trying to figure that out. Hope this helps!
Forum: Themes and Templates
In reply to: [Magazino] Specify a Category for Home Page PostsDigging through this forum, I found how to limit the number of blog posts through the Admin >> Settings. I have created a home.php page for making the changes. I tried adding a query before the post-box code, but it was either incorrect or ineffective.
Any other suggestions would be greatly appreciated ??
Forum: Themes and Templates
In reply to: How to ADD a sidebar to Magazino?That’s what is was. Thanks so much for your help!!!!!
Forum: Themes and Templates
In reply to: How to ADD a sidebar to Magazino?They don’t answer questions there. I have tried. Please help!
Forum: Fixing WordPress
In reply to: How to ADD a sidebar?Great Posts!! I am having a problem though. My right sidebar is resting at the bottom on the page content section. The alignment of everything is right, but it won’t pop up beside it.
Any ideas?