Advertisement
srikat

Untitled

Dec 21st, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. http://198.27.80.217/~vintagep/wp-content/themes/mystile-child/style.css has
  2.  
  3. #header #navigation,
  4. #header #navigation ul.nav {
  5. float: right !important;
  6.  
  7. }
  8.  
  9. It should be
  10.  
  11. #header #navigation,
  12. #header #navigation ul.nav {
  13. float: none !important;
  14. }
  15.  
  16. according to http://wooexplorer.com/how-to-center-logo-and-nav-in-mystile-theme/
  17.  
  18. Also STEP 3 of my tutorial has not been followed in http://198.27.80.217/~vintagep/wp-content/themes/mystile-child/custom.css. Do that.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement