Sandbox Kubric Help
-
I just have a few questions:
1. Can I make the header image a link to my home page?
If not, can I add a ‘home’ tab?
2. How do I delete the ‘links’/Everything Else from my sidebar… I can’t do this in Widgets.
3. Is there a way to show the sidebar in the ‘posts’ pages?
4. Can I add borders, more space around any of the sidebar items to make it look nicer?Thank You!!!
-
Searches are your friend. Unfortunately, there aren’t a lot of CSS experts around. The clickable header issue is discussed here https://en.forums.wordpress.com/topic.php?id=17771&replies=15&page
For the links, you should be able to set the display to none.
Sidebar on posts pages – no idea but that is usually theme-dependent.
Borders and spaces in the sidebar – take a look at the sidebar elements in your CSS.
-
1. See here and scroll down.
2. If it’s not in the widgets, I don’t know. The CSS doesn’t control this.
3. No
4. Yes.div.sidebar {
margin: 20px;
border: 2px;
}Or for specific widgets:
.textwidget {
margin:15px;
}You can use this to change fonts, colours etc. too. Check the CSS tutorials for details of changing specific things.
-
-
The header link stuff does nothing. It either totally deletes my header or it just stays the same… I think i deleted most stuff to do with ‘h1’ in order to get rid of the blog title text on my header….. :(
-
-
Oh no, sorry, scrap that, it does work, I just had to delete some other code I had in there somewhere!
Excellent!! Thank you so much!
Now I just need to fix the sidebar as adding #textwidget{ etc doesn’t work!
- The topic ‘Sandbox Kubric Help’ is closed to new replies.