Tagged: Crio, Menus, Page Headers
-
AuthorPosts
-
March 14, 2023 at 11:14 am #82812alexGuest
how can I move my menu all the way to the right?
March 14, 2023 at 11:16 am #82821Brandon CKeymasterHi Alex,
Thanks for reaching out with your Crio Pro WordPress theme questions. I was able to move the menu links over to the right with a bit of custom CSS. Try adding this bit of CSS to the the CSS/JS Editor section of your WordPress customizer and it should get you close to where you need to be:
#masthead>.boldgrid-section>.container { margin-right: 0px !important; }
I hope this helps, please let us know if you have any other questions for us!
March 14, 2023 at 1:09 pm #82826alexGuestThanks Brandon,
I like this, but it also moves the site title/tagline, which I want to stay centered.
Furthermore, the font sizes for the site title, tagline, and menu items will not change when I change them in the customizer menu. Any fix for this?
March 14, 2023 at 1:29 pm #82834Brandon CKeymasterThanks Alex,
Sorry I didn’t realize the site-title and tagline were included. Try replacing that bit with this media query. You might have to adjust the dimensions a bit to get it to display exactly the way you want:
@media (min-width: 1250px) { #masthead .boldgrid-section .container .row .sm-clean { margin-right: -40% !important; } }
The Font Sizes for the Sites Title, Tagline and Menu Items are controlled from different sections of your customizer:
Site Title – Design > Header > Site Title > Font Size
Tagline – Design > Header > Tagline > Font Size
Main Menu – Design > Menus > Main Menu > Font
You can also create a custom header in Crio to give you more control over your header design. This method allows you to build out your own Page Headers using the same drag and drop features as the BoldGrid Post and Page Builder.
Thanks Alex
March 15, 2023 at 8:59 am #82836alexGuestThanks Brandon, that bit of code worked.
None of the font size editors are working. For example, my Site Title is currently size 50, but it certainly doesn’t look like 50! And I when I change the font size value, the site title text remains the same size. Same with tagline and main menu font sizes.
I’d also like to decrease the space between the site title and the main menu options.
March 15, 2023 at 8:59 am #82837alexGuestquick note, i am already using a custom header
March 15, 2023 at 8:59 am #82839alexGuestAnother question:
I want to make my email widget smaller and put the submit bar on the right of the text box. I’d also like to center it. How can I do this?
March 15, 2023 at 8:59 am #82842alexGuestHi Brandon,
Another issue – how can I install new fonts?
Thanks,
-Alex
March 15, 2023 at 10:31 am #82930Brandon CKeymasterThanks Alex,
Sorry for the delay, we had already stepped out for the day. Custom headers work a bit differently than the pre generated headers in the WP customizer. Since you’re using a custom header you need to select the header you want to modify in the custom header editor.
To find your header navigate from your WordPress Dashboard to Crio > Page Headers tab and select your page header here, and you’ll have the ability to modify your header elements.
For the email widget, the only one I see is the the form in your footer. Would you like to move this widget to the right of the footer or would you like for it to display in the right sidebar?
Fonts: I think the best way to add fonts to your WordPress site is by installing plugin like like the Fonts Plugin. This plugin includes the entire Google Fonts library.
Thanks Alex, we look forward to hearing back from you on the email widget concern.
-
AuthorPosts
- The topic ‘How can I move my main menu links to the right in my Crio WordPress header?’ is closed to new replies.