Pete123
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Twenty Eleven] Thinner picture framesMarked as solved.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Thinner picture framesI found it using trial and error method:
p img,
.wp-caption {
background: #eee;
margin-bottom: 1.625em;
max-width: 100%; /*96%->100%*/
padding: 2px; /*9px->2px*/
}Forum: Themes and Templates
In reply to: [Senses Lite] Hide primary menuI removed the whole primary menu section in the style.css (child theme) and it worked perfectly. I also put the code:
nav#site-navigation {
display: none;
}in the beginning.
Forum: Themes and Templates
In reply to: [Senses Lite] Collapsing Categories emptyI did a search and it might be related to “bootstrap”. It is using term “collapsing” and mixing the code. Could I deactivate bootstrap somehow and is it used in the theme?
Forum: Plugins
In reply to: [Collapsing Categories] Incompatible with bootstrapMe being a novice, where do you insert that code? I am having the same problem with a new theme.
Forum: Themes and Templates
In reply to: [Senses Lite] Hide primary menuThanks a lot, I will try that.
Viewing 6 replies - 1 through 6 (of 6 total)