Home › Forums › Winning Agent Pro Theme › Custom Menu Spacing
Tagged: CSS Spacing, Menu
- This topic has 7 replies, 3 voices, and was last updated 9 years, 1 month ago by
Jackie D’Elia.
- AuthorPosts
- July 11, 2014 at 11:46 am #3280
jc623005
ParticipantI am working on http://www.expertrealestate.marketing/ and I would like to increase the spacing to the left of “About” in the custom menu, to move it away from the logo. I have tried various tricks, even copied the code from the demo, because the demo custom menu is right aligned.
Thanks,
Jessica - July 11, 2014 at 3:24 pm #3293
Ginger Coolidge
ParticipantHi Jessica,
Looks like you have increased the space, or did you mean decrease to move it closer to your logo?
- July 14, 2014 at 11:02 am #3296
jc623005
ParticipantI was able to make it wider, but I do want to find a way to space out all the widgets evenly, and move the menu more toward the center. Is there a way to do this? I’m OK with the social widgets and contact info being on the far right, if there is a way to move the menu more toward center.
Thanks!
Jessica - July 14, 2014 at 10:37 pm #3298
Ginger Coolidge
ParticipantHi Jessica
I know what you mean. I have tweaked this depending on the size of the image or length of the wording if using text for the header.
Out-of-the-box, look for this in your CSS:
widget_nav_menu { float: left; }
Sometimes I change the above to none. And, I’ve also added this:
.widget.simple-social-icons { float: right; }
…to space out the elements. You can play around with a combination of values to see which one works for you.
Best Regards,
Ginger
- July 15, 2014 at 9:20 am #3299
jc623005
ParticipantWhat other values could I use? That fix did not work.
I tried to float the nav widget left, none, and inherit – and none of those moved it more toward the middle, it actually moved it more to the right, and pushed the social icons down.
Any other suggestions?
Thanks,
Jessica - July 20, 2014 at 4:26 pm #3309
Ginger Coolidge
ParticipantHi Jessica,
The challenge is you’ve added some changes which include a larger font than the demo so I’m not able to rework that. What I can do is show you some screen shots from my test site based on the css values used.
This image is using float left for the nav widget and float right on the simple social widget. It appears more evenly spaced and works with logo text or a really small logo.
This image is using float none for the nav widget and float none on the simple social widget.
- October 25, 2014 at 10:02 am #3810
Jackie D’Elia
ParticipantHave you tried changing to using a float: right;
.widget_nav_menu { float: right; }
- October 25, 2014 at 12:11 pm #3812
Jackie D’Elia
ParticipantI just wrote a post about this that shows how to adjust the menu – you can read it here:
Adjusting the Winning Agent Pro Theme menu
- AuthorPosts
- You must be logged in to reply to this topic.