I'm still struggling along at a snails pace trying to put this together and make basic page and post templates that don't have some glaring flaw in them. I guess I didn't realize how in over my head I was starting with this. I have a couple of more questions about formatting.
How do I set the size of the title font? And how do I make it stay on one line? It's breaking into a second line when less than half of the width of the title bar has been used.
You gave me code to keep the title bar from being too big, and all was fine for a couple of weeks, but now the header has suddenly grown and takes up way too much space. I didn't change anything it just decided to be twice as tall as before. How do I keep it thin?
How do I format the sidebar? It's too wide and takes up too much page space. The font is too small, and some of the modules in it are right justified and some are left, and that looks dumb.
Is it possible to have a full width title bar and menu and then a sidebar with the content below them? After rereading the documentation I'm guessing it's not possible, but I thought I should check to be sure.
I'm confused about how to set up the blog page. My home page is a fixed page. I have blog posts, though not many since I can't get a blog page template fixed that works for me. (I have a lot of silly looking post drafts, at the moment.) But, how do I get the blog posts together on a page that can be accessed from the menu?
And I've heard about the child theme that goes with this but I can't find it anywhere. Is that something I have to get separately?
For the title height I don\'t understand the problem, I check your site but it seems to works fine currently, if you replace the number we sent you the title height should change.
If you want to change the size of the sidebar and the page size you will need to modify the css class for :
Hello,
I'm still struggling along at a snails pace trying to put this together and make basic page and post templates that don't have some glaring flaw in them. I guess I didn't realize how in over my head I was starting with this. I have a couple of more questions about formatting.
How do I set the size of the title font? And how do I make it stay on one line? It's breaking into a second line when less than half of the width of the title bar has been used.
You gave me code to keep the title bar from being too big, and all was fine for a couple of weeks, but now the header has suddenly grown and takes up way too much space. I didn't change anything it just decided to be twice as tall as before. How do I keep it thin?
How do I format the sidebar? It's too wide and takes up too much page space. The font is too small, and some of the modules in it are right justified and some are left, and that looks dumb.
Is it possible to have a full width title bar and menu and then a sidebar with the content below them? After rereading the documentation I'm guessing it's not possible, but I thought I should check to be sure.
I'm confused about how to set up the blog page. My home page is a fixed page. I have blog posts, though not many since I can't get a blog page template fixed that works for me. (I have a lot of silly looking post drafts, at the moment.) But, how do I get the blog posts together on a page that can be accessed from the menu?
And I've heard about the child theme that goes with this but I can't find it anywhere. Is that something I have to get separately?
Thank you for your help!
Hello Serena,
First for the title,
if you want to change the size and don\'t want it to breaks in two line add this custom css :
.page_title_ctn h1 { font-size:24px; max-width:100%; }
For the title height I don\'t understand the problem, I check your site but it seems to works fine currently, if you replace the number we sent you the title height should change.
If you want to change the size of the sidebar and the page size you will need to modify the css class for :
#sidebar and #posts
That is maybe not a easy thing to doo.
To create a blog page you just need to create a page and use the blog module : http://thefoxwp.com/wp-content/themes/TheFox/includes/documentation/thefox_documentation.html#create-blog
You don\'t need to set anything from Settings > reading.
Use a child theme is nice if you are going to do modifications to the css of our theme or functions.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme