TRNimen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] menu does not line up under header imageJ1 — thank you for this suggestion. It worked. Please see the result at https://ilikum.org.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Remove dropdown Carrot Symbol from Main MenuHello Team, I think I figured this out after some trial and error. The CSS that seems to override all of the navigation code that mentions this caret symbol is line 3057 from Twenty Sixteen’s native style.css file:
.main-navigation .menu-item-has-children a:after {
display: none;
/* original CSS content: “\f431”;
position: absolute;
right: 0.625em;
top: 0.8125em; */
}Reducing space between the menu items can be performed by altering the padding increments in line 3052:
.main-navigation .menu-item-has-children > a {
margin: 0;
padding-right: 1em; /* Was 2.25em; */
}Now, if I could only get the menu to align left against the logo…
Tom
Forum: Themes and Templates
In reply to: [Twenty Sixteen] menu does not line up under header imageI’m having the same issue. Right now, my primary navigation menu is above the site logo and I want it parallel — Oh great WP gurus, hear our plea.
Many thanks too.
Forum: Themes and Templates
In reply to: [Illustratr] Unwanted Duplicate PortfoliosSorry to bother you. I found a solve under Appearance –> Customize–> Theme Options.
Thanks much. TRN
Forum: Themes and Templates
In reply to: [Illustratr] Overall Illustratr Theme GuideHello Katherine and Rohallah,
Thanks for for the link. I will review.
Best, TRN
Forum: Plugins
In reply to: [Unique Headers] Unique Headers not working in FireFox or ChromeThank you anomore and Ryan for your followup.
Forum: Plugins
In reply to: [Unique Headers] Unique Headers not working in FireFox or ChromeI think this was caused by using the Twenty Sixteen theme. I changed themes and Unique Headers works fine. However, there’s a horizontal rule appearing under the unique header only, and I cannot find the CSS to disable it.
Thanks much and Happy New Year.