WRoland
Forum Replies Created
-
Forum: Plugins
In reply to: [Metaphor Widgets] Twitter Widget CustomizationAfter inspecting the elements for a few hours I found that I needed to add
width: 920px;
to the widget wrapper in my style sheet
full code for those who have a similar problem.
.widget-wrapper { -webkit-border-radius: 4px; -moz-border-radius: 4px; background-color: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; margin: 0 0 20px; padding: 20px; width: 920px; }thanks for the quick response
Forum: Fixing WordPress
In reply to: Place Navigation at the bottom of the pageNevermind. That was not what I was going for. If you click on the imgur link I provided you’ll see what’s highlighted in red is what I’m trying to move/remove. The red section is above my page titles. I don’t want the menu moved.
Forum: Fixing WordPress
In reply to: Place Navigation at the bottom of the pageCan I assume that the code you’ve given me will work in other themes should I come across the same problem in the future?
Forum: Fixing WordPress
In reply to: Place Navigation at the bottom of the pageIs there a reason for replacing the entire code instead of certain sections?
Forum: Fixing WordPress
In reply to: Place Navigation at the bottom of the pageDone. Now what?
Forum: Fixing WordPress
In reply to: Place Navigation at the bottom of the pageI currently have the responsive child theme installed on my website.
Forum: Fixing WordPress
In reply to: Stylesheet EditingI found your tutorial on changing the main header menu color here: http://themeid.com/help/discussion/3284/primary-menu/
but what I’m looking to do is change the sub-menu colors. Do you have a tutorial on changing the sub-menu colors?
Forum: Fixing WordPress
In reply to: Stylesheet EditingThanks. I think I’m going to go ahead and get the Child Theme. Do major changes to the Parent Theme, such as widget placement or core theme functionality, affect the Child or will I have to install a new version of the child and apply the changes again?
Just an FYI, All I’m really trying to do right now is change the submenu background color so they stand out more.