Jump to content

[SOLVED] .php Wordpress Help


Sikk Industries

Recommended Posts

Hey, I'm new to this site and also still trying to figure out how to work Wordpress.  I made my own header for my web site and since I deleted the header that already came on the theme  and when deleting the header, all of my buttons to travel throughout pages move up a 'level' and then the top of the page doesn't look good anymore.  Any help?

http://www.sikkindustries.com

 

Here are also the options that Wordpress gives me to go into.

 

 

Theme Files

Templates

 

    * Comments (comments.php)

    * Footer (footer.php)

    * Header (header.php)

    * Main Index Template (index.php)

    * Page Template (page.php)

    * Sidebar (sidebar.php)

    * Theme Functions (functions.php)

 

Styles

 

    * Stylesheet (style.css)

Link to comment
Share on other sites

As I see it, this is more of a CSS issue. You need to modify the css for your navigation menu. This:

.nav li a {
margin-top: 182px;

 

Needs to be

.nav li a {
margin-top: 232px;

 

You may need to adjust the margin slightly to your liking. This is just a rough guess whilst I was adjusting your css with the Firefox Web Development Tool Bar

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.