Jigo Shop Plug-In added to Authentic
URL to the page in question:
-
Hi Bill,
I added the jigo shop plug-in to my Authentic Theme site.
It has the same issue, as my bottega theme/Blue Arrow site.
The sidebar is not fitting in the page sidebar and is forced to the bottom of the page.
It seems that on the jigo shop pages only, the padding I added to the content area has been deleted as well.
http://servantsofmary.org.previewdns.com/shop/
Will the fix from bottega theme work here as well?
Thanks Bill!
Robyn
Robyn,
You are absolutely right. Try adding this to your Custom CSS box and see if that does the trick:
#content {
width: 670px;
float: left;
display: inline;
}
#sidebar {
width: 283px;
display: inline;
float: right;
}
footer {
clear: both;
}
If you run into trouble, let me know,
Bill
Hi Bill!
I added in the above snippet (plus I added padding 40px, 5px 5px) and I duplicated the sidebar-post.php and changed it to sidebar.
1. The 40px padding in the sidebar is not being applied.
2. The sidebar rules are extending outside of the sidebar…
This is for my shop page only. The sidebar seems to be perfect on all other pages.
http://servantsofmary.org.previewdns.com/shop/
Thanks for your insight.
Robyn,
Ok. To use that sidebar, we’ll need to modify it just a bit. Edit the sidebar.php file and replace the code there with this:
Save your changes and see if that doesn’t wrangle your widgets back into place.
That worked!
Many Thanks, O’ Widget Wrangler Extraordinaire!!
Robyn!
- The topic ‘Jigo Shop Plug-In added to Authentic’ is closed to new replies.