Header bigger and centered on Yumblog theme
-
Hi,
I need to make my header centered and bigger on Yumblog theme but can’t find how to do so. I have to CSS custom desgin extension active. I’ve read it’s possible, but it’s all about the CSS code which I know nothing about.
Could anyone please help me out with this? Many thanks in advance for your help. Best Regards,
Antoine
The blog I need help with is: (visible only to logged in users)
-
Hi Antoine, Yumblog is a responsive designed theme, which means that it is designed to work on all browser window and device widths, from the largest desktop monitor clear down to a smartphone. To see this in action, narrow down your browser window and watch what happens to your site as it gets narrower and narrower.
Give the following CSS a try and see what you think.
#header #headimg { float: none; margin-bottom: 0; margin-left: auto; margin-right: auto; max-width: 385px; } .tertiary-actions { width: 100%; } #menu-social { float: left; margin-left: 10px; } -
Dear timethief and thesacredpath,
Thank you very much for your help. Both codes are indeed working! Exactly what I was looking for.
Cheers :-)
Antoine
-
- The topic ‘Header bigger and centered on Yumblog theme’ is closed to new replies.