Tagged: ,

Viewing 8 posts - 21 through 28 (of 28 total)
  • Author
    Posts
  • #103831
    alwilleford
    Participant

    AWESOME!! Thank you so much!!!!!

    #103833
    Pratik
    Keymaster

    Great :D. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/clean-journal/reviews/#new-post.

    #103834
    alwilleford
    Participant

    I know you said earlier in this thread that I would need to hire a customizer to handle putting the logo and top header menu on the same horizontal space because it would require more than css. Could you give me an idea of what would need to be edited. I would like to make sure that the customizer is able to handle what would be required.

    Thanks again for you help!

    #103835
    Pratik
    Keymaster

    Hi Amanda,

    So what you need to do is remove the logo html from its current position, to header top position. Then, properly give CSS to the logo so that it will look better in that spot. Customizer should be able to handle this as this has moderate difficulty.

    Regards,
    Pratik

    #103859
    alwilleford
    Participant

    Ok, great. Thanks.

    One more question… When I edit something in the style.css in the child theme, it doesn’t change on the site. Suggestions?

    Example: Now that the nav menu is moved, I was going to change the background color and the font color, both of which are in the child theme style.css. I edited the colors, saved the style.css, but the changes didn’t take affect on the site. I also took out the css that had the header image at full width, and it didn’t change either.

    I was wondering if this could somehow be a similar situation to what we experienced in moving the nav menu?

    I really appreciate your help! And will definitely be giving a great review 🙂

    #103889
    Pratik
    Keymaster

    Hi Amanda,
    When adding CSS to child theme, it should override the ones in the parent theme. Maybe there are some priority issues with CSS.

    Did you make bg white and font dark. It is working in your site.

    To make Header Image full width, try following CSS code:

    
    #header-featured-image .wrapper {
        width: 100%;
    }
    

    Let me know if there is anything else.

    Regards,
    Pratik

    #103921
    alwilleford
    Participant

    Oh wow…it did take affect! I worked on it for an hour yesterday and it never would change. Oh well, at least I know it works. Thanks so much for all of your help!!!

    #103963
    Pratik
    Keymaster

    Hi Amanda,

    Maybe it was due to cache :D. I am glad it worked out.

    Regards,
    Pratik

Viewing 8 posts - 21 through 28 (of 28 total)
  • The topic ‘Move Nav Menu’ is closed to new replies.