Hello – thanks for your help on getting a picture up on the side bar – success! But now, it doesn’t show my site title. Can a girl have it all? 🙂
Also, is there a way to have that left side bar permanently expanded?
And remove the right side bar entirely?
To resolve this issue, you can open the index.php & single.php files in the folder path "wp-contentthemesdw-minion". Remove the following code:
<?php get_sidebar('secondary'); ?>
Then add the following code to the style.css file:
@media (min-width: 980px) {
.primary-inner {
margin-right: 60px;
}
}
.site-nav {
width: 300px;
}
@media (min-width: 1200px) {
.site-main {
float: none;
margin-left: 100px;
}
}
Note: You just possible allow display Site logo or Site title in your site.
Hope this helps !
I will try that out – can you clarify your note?
Success on removing the right side bar – thank you!
No luck with the left side bar being expanded on landing though..
Regarding your issue about the left sidebar, you can send me your site & a screenshot for further checking.
About the Site title, you can not display the site title, when you select display logo in the Customize section.
Regards,
so this is what the script is doing now, half working! .. but the test post is in the sidebar rather than the main content area..

I think that’s how I get a screen shot in here? sorry, I’m so much more useless at this game than I though I would be!
You want to display content section in center. I have checked your site and it look great.
You can add your screenshot to the: http://imgur.com/
Regards,
Please login or Register to submit your answer