I am modifying Origami for a simple photography/blog website and I have some modifications I need to make.
I want to modify the header area as follows:
– reduce the font size of the site title,
– moved the menu to the right of the site title, and
– reduce the amount of space devoted to the header area, thereby leaving more room for pictures.
– remove the page title, at least on the page displaying a slider.
I’d also like to widen the area devoted to pictures and probably the width of the theme itself.
Thanks for any help.
EdB
I upgraded to premium Origami today and have been working on my site. I’ve solved some of the problems indicated in my first post, though I’m not sure in the best way.
– I changed the font size of the title (“logo”) by modifying the #logo h1 in style.css. Would it be better to do it in the CSS editor with Premium? If so, what’s the correct syntax? Is there a guide to adding css changes to the editor?
– I removed the page title.
– Figured out how to decrease the padding around the menu.
What I haven’t done is figure out how to put the title/logo on the same line as the Menu, or at least put the title/logo and tag lines on the same line. My goal is to tighten up the top of the main screen so picture slider can have prominence.
Thanks for any help!
EdB
Hi Ed
Thanks for your support. You can find our Custom CSS tutorial here:
https://siteorigin.com/basics/modifying-theme-design-with-custom-css/
The site title can be edited by adding the following to Appearance > Custom CSS:
You can remove the declaration lines you don’t require and edit what you want to change.
For pages Origami has a page template called Without Page Title, that can be found in the right column. Let me know how you removed the page title and if using the page template Without Page Title will work for you.
Please try copying the edited CSS rules for your menu padding change to Appearance > Custom CSS so they are upgrade safe.
Here is some basic Custom CSS to start you off for moving the menu onto the same line as the logo:
Hope that helps get things started.