Main menu - Alignment problem

Latest Reply from Alice at 2014-04-22 02:54:41
Hi,
I have the Garage Theme, The main menu is not centered correctly and i cant figure it out in the style.css .....

www.saltwater-fishing-charters.com

Please advice is welcome
The alignment actually looks good in IE but not crome for the main menu!
Then main menu alignment is good in firefox but slider is in right field! Any ideas? anyone?
Hi!
The problem is caused by your logo. It is bigger than secondary-menu container where it is located. The height of your logo had to be less than 136px.
Thank you Dave. That did fix me right up. Unfortunately now my whole site does not propagate. I can only see the favicon. I noticed that the SMT Theme GUI inside my admin WP area has changed. Was i using a trial version? Do i now have to pay to get the page to work? Or, where there changes to the user interface only?
Hi!
You can use free verion for unlimited time. What problem do you have?
I got it back working... I evidently modified the top.php code that made the site crash. Figured it out with the assistance of another source outside of this forum cause i couldn't wait for a reply from this forum in a timely manner... (I expected 24 hrs however i guess i can't expect too much for a FREE product)

I find myself back here because this theme is incomplete. It is missing 5 pics in the wp-content/themes/garage1/images/content folder. wp-content/themes/garage1/css/wide.css references the following pics:
.content-l #content-top { background:url(../images/content/top-l.png) left top repeat-y; }
.content-r #content-top { background:url(../images/content/top-r.png) left top repeat-y; }
.content-lr #content-top { background:url(../images/content/top-lr.png) left top repeat-y; }
.content-l2 #content-top { background:url(../images/content/top-l2.png) left top repeat-y; }
.content-r2 #content-top { background:url(../images/content/top-r2.png) left top repeat-y; }

Unfortunately these pics are not packed in the downloadable garage.zip file on your website. Please tell me where i can locate these missing pics.

I will pay for this theme once it is complete. Thank You.

Hi!
It is not obligatory, but it is better to remove the code:
.content-l #content-top { background:url(../images/content/top-l.png) left top repeat-y; }
.content-r #content-top { background:url(../images/content/top-r.png) left top repeat-y; }
.content-lr #content-top { background:url(../images/content/top-lr.png) left top repeat-y; }
.content-l2 #content-top { background:url(../images/content/top-l2.png) left top repeat-y; }
.content-r2 #content-top { background:url(../images/content/top-r2.png) left top repeat-y; }

from the file css --> wide.css to get rid of these warnings. It wasn't supposed to place those pics in the theme.

Leave a reply

Add codeAdd image