Home › Forum › Customization › [Pro] Move custom contact container, change navigation menu font.
This topic contains 11 replies, has 2 voices, and was last updated by StartupWP 5 years, 5 months ago.
- AuthorPosts
- August 26, 2013 at 5:12 PM #1068
I’m using a full width (1000px) logo image, so the custom contact container appears between the logo and navigation bar. How would I move the contact container above the logo?
Secondly, once I have a Google custom font loaded, how would I incorporate it into the navigation menu? There doesn’t appear to be an option for it in the custom styles area.
August 26, 2013 at 8:04 PM #1070Link please.
August 27, 2013 at 9:43 AM #1072Link didn’t seem to take:
August 28, 2013 at 6:16 PM #1075Good idea, the logic for ordering social/contact and then branding/logo makes much more sense, so we will be fixing officially in the next update, however in the meantime, here’s a temporary style you can use:
#social { max-width: 1000px; position: absolute; text-align: right; top: 10px; width: 100%; }
https://startupwp.com/topic/customizing-your-theme/
Here’s how to apply the Google font to the menu:
nav ul li a { font-family: 'open sans',helvetica,arial,verdana,sans-serif; }
Of course, you can change
open sans
to whatever you need.September 12, 2013 at 11:58 AM #1129Thanks for the code – working on the website is on the front burner again! After applying the social/contact style, I’ve noticed the placement of that element is dependent on page size. The containers maintain spacing between each other no matter the width of the browser windows; however, the contact info now:
- overlaps the banner when the browser is shrunk
- has excess spacing above the banner if the browser is fullscreen-ed
It’s not a big deal as I work on other elements of the site, but rather a bug to be squashed for the update.
September 13, 2013 at 5:22 AM #1132It’s not really a bug, but a style preference, one that we happen to agree with mind you. But, we’re not slated for any updates soon.
Are you using a child theme? We can show you how to make the customization the proper way.
Please see https://startupwp.com/topic/child-theming/. Let us know once you have that setup.
Otherwise, if you’d simply like to wait for the next update instead of moving into child theming, that’s fine too. Just note that there’s no current ETA for the next update.
Thanks
September 14, 2013 at 9:54 AM #1135Appreciate the heads up. It looks like a number of things I’m trying to do will benefit from child theming. I’ll spend some time with the guides, and will post an appropriate thread if questions arise!
September 15, 2013 at 3:51 AM #1136Sounds good.
November 12, 2013 at 9:30 AM #1237I’ve been using the custom code provided above to swap reorder the custom contact/banner placement, and it’s been working. I just auto-upgraded to v1.6 and now my custom contact container has disappeared. I’ve tried removing the extra code, re-toggling the custom contact option, and changing the contact info, but nothing works. Did the upgrade in fact ‘downgrade’ me to the free version?
November 12, 2013 at 11:05 AM #1239All that’s changed is the
#social
and#branding
divs have swapped places. Everything else should be the same.November 13, 2013 at 2:51 PM #1241It see it works today! Database may have just needed a refresh after the theme update.
November 14, 2013 at 7:05 AM #1243Sometimes also, the browser cache just needs clearing.
Thanks
- AuthorPosts
You must be logged in to reply to this topic.