jankal59
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "Posted in" not showing under postsMany thanks Christine! All sorted and working.
Forum: Fixing WordPress
In reply to: "Posted in" not showing under postsThanks Christine!
Where do I put this code?
Forum: Fixing WordPress
In reply to: "Posted in" not showing under postsAnyone able to answer this question???
Forum: Fixing WordPress
In reply to: Center Navigation Menu TextInside the admin of your website, look at Appearance in the leftside of your admin and click on Editor. Then on the right it should say something like Templates and list all the files that make up the template.
Down towards the bottom under Stylsheets it should provide a list of the stylesheets that make up your theme to give it the layout. In your instance, the style sheet is called style.css
Find this section:
/* +++++++++++ Top navigation +++++++++++++ */Before you go making any changes make sure you do a select all and copy it to notepad and save it just in case you need to revert back to it before you make any changes.
Forum: Fixing WordPress
In reply to: Page of Posts Sidebar IssueHave you looked at the padding for the sidebar and content area? I guess you have probably looked at that, but this is the only thing I can think of.
Hope you sort it out soon as it is frustrating as all hell when little things like this seem to bring things to a sudden halt. 🙂
Forum: Fixing WordPress
In reply to: Center Navigation Menu TextHave a look in the stylesheet for the main top menu class, and add the text align center to this area.
Forum: Fixing WordPress
In reply to: Page of Posts Sidebar IssueMaybe your stylesheet needs tweaking. It appears that the right sidebar is too wide for the template and this will result in it being pushed down. The width of the content area in the style sheet needs to be taken down a few pixels so the sidebar area fits where it is supposed to.