andracuamic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fruitful] Orange color in blog postok, I will follow the change log. Thanks!
Forum: Themes and Templates
In reply to: [Fruitful] Centering Header Logo and Menu bar?great! thanks!
Forum: Themes and Templates
In reply to: [Fruitful] Orange color in blog postI have seen there is an update but I cannot find this option ??
Forum: Themes and Templates
In reply to: [Fruitful] Remove image borderReally useful! Thanks!
Forum: Themes and Templates
In reply to: [Fruitful] Centering Header Logo and Menu bar?For me it finally worked like this:
#page .container header hgroup { float: none; margin: 0 auto; } .site-header img, img.size-full { display: block; margin: 0 auto; } .main-navigation { float: none !important; margin: 0 auto; width: 560px; height: 40px; }
You just have to play a bit more with numbers here (at width):
.main-navigation { float: none !important; margin: 0 auto; width: 560px; height: 40px; }
Forum: Themes and Templates
In reply to: [Fruitful] Orange color in blog postgreat that it will be included in the theme options! Thanks!
Forum: Themes and Templates
In reply to: [Fruitful] Centering Header Logo and Menu bar?I know it might be annoying, but it still does not work: https://skepticdog.com/
I have written this in my Custom CSS:
/* This is for centering logo and menu*/ #page .container header hgroup { float: none; margin: 0 auto; } .site-header img, img.size-full { display: block; margin: 0 auto; } .main-navigation { float: none !important; margin: 0 auto; width: 100%; height: 40px; } .menu-main-menu-container { text-align: center; width: 100%; } .main-navigation ul { display: inline-block; } .main-navigation li { display: table; margin: 0 auto; }
Thank you very much for the help!
Forum: Themes and Templates
In reply to: [Fruitful] Change iconThis was really useful. Thank you! ??
Forum: Themes and Templates
In reply to: [Fruitful] Centering Header Logo and Menu bar?This is awesome!
Somehow, the logo is centered really well, but I still cannot center the menu. If I play with the numbers, as I read here, I get this: https://skepticdog.com/wp-content/uploads/2014/01/skeptic-error-menu.jpg
I don’t know what am I doing wrong.
This is what I inserted in Custom CSS:
/* This is for centering logo and menu*/ #page .container header hgroup { float: none; margin: 0 auto; } .site-header img, img.size-full { display: block; margin: 0 auto; } .main-navigation { float: none !important; margin: 0 auto; width: 300px; height: 40px; } .menu-main-menu-container { margin: 0 auto; width: 900px; height: 40px; }
Thanks!