Jillian Tate
asked 9 years ago

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?

2 Answers
DominicStaff
answered 9 years ago

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 !

jillian789
replied 9 years ago

I will try that out – can you clarify your note?

jillian789
replied 9 years ago

Success on removing the right side bar – thank you!
No luck with the left side bar being expanded on landing though..

dominic Staff
replied 9 years ago

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,

Jillian Tate
answered 9 years ago

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..

![enter image description here](http://practicalunicorns.com/#page "enter image title here")

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!

dominic Staff
replied 9 years ago

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,

Powered by DW Question & Answer Pro