tnsmart
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Menubar] Center menu on homepageThanks for the response.
After a lot of trial and error, I was able to center my menubar.
I imagine the changes are similar for the other themes, but for the Superfish theme, lines 133-142 of ssf-blue.css originally look like this:position: relative; z-index: 49; } /*** DEMO SKIN ***/ .ssf-blue { float: left; width: 100%; } .ssf-blue a {but to center the menubar, should be made to look like:
position: relative; z-index: 49; text-align: center; } /*** DEMO SKIN ***/ .ssf-blue { display: inline-block; } .ssf-blue li:first-child { border-left: 1px solid #8EC3F7; /* border color */ } .ssf-blue a {The last few added lines are to enable a left border on only the first menu option.
Forum: Plugins
In reply to: [Menubar] Creating custom templateSuccess! Thanks!
Forum: Plugins
In reply to: [Menubar] Creating custom templateWill simply editing the original template allow my changes to be retained if the plugin is updated?
Forum: Plugins
In reply to: [Menubar] Center menu on homepageSame question here. Anybody have an answer?
Forum: Fixing WordPress
In reply to: Change width of blog postsThanks! Line 91 for me, not sure why. Changed it to 85%.
Viewing 5 replies - 1 through 5 (of 5 total)