Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #82812
    alex
    Guest

    how can I move my menu all the way to the right?

    #82821
    Brandon C
    Keymaster

    Hi 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!

    #82826
    alex
    Guest

    Thanks 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?

    #82834
    Brandon C
    Keymaster

    Thanks 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

    #82836
    alex
    Guest

    Thanks 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.

    #82837
    alex
    Guest

    quick note, i am already using a custom header

    #82839
    alex
    Guest

    Another 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?

    #82842
    alex
    Guest

    Hi Brandon,

    Another issue – how can I install new fonts?

    Thanks,

    -Alex

    #82930
    Brandon C
    Keymaster

    Thanks 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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How can I move my main menu links to the right in my Crio WordPress header?’ is closed to new replies.