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
https://forums.phpfreaks.com/topic/150930-solved-php-wordpress-help/
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.