css - Tesseract theme menu -


i'm new forum hello all.

i'm working on wordpress website theme called tesseract. new wordpress have limited experience working it.

the problem i'm experience menu @ top of page. if visit www.avoinvents.co.uk , take you'll see categories don't sit on same line. if remove 1 of categories page looks nicer , neater. categories necessary not delete any.

could on here suggest how make necessary changes fix menu.

many

here's css changed in browser make menu appear in 1 line:

#masthead { padding-top: 10px; padding-bottom: 10px; }  #site-banner-left { width: 100%; } 

the main problem site-banner-left css definition had width of 60%, causing text wrap around border, changed width 100% , added padding make navigation area little bigger. if messes other parts of theme, try making text size of site-banner-left definition smaller instead of changing width. hope helps.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -