Botanet
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi richardbkk,
You can do different headers by using media queries.
Your header for mobile
@media only screen and (min-width : 320px) and (max-width : 480px) { /* style here */ }Your header for tablet
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){ /* style here */ }thanks
tgnp,
The above coding is for “richardbkk” to make his header responsive on the mobile.
To get your issue sorted you need to create your own thread.
Thanks and happy editing 🙂
Hey richardbkk,
After creating a child theme for your site add this on your child theme style.css
@media (max-width: 643px) { .site-header .home-link { color: #141412; display: block; margin: 0 auto; max-width: 1080px; min-height: 50px; padding: 0 20px; text-decoration: none; width: 100%; } }Happy editing 🙂
Forum: Themes and Templates
In reply to: [Twenty Thirteen] need to change header height and widthHey viswanadhulasuresh,
Get yourself familiar with http://codex.wordpress.org/Child_Themes read it once or twice (10) and then check this video out http://www.youtube.com/watch?v=j1UcL1ssazI
Happy editing 🙂
Viewing 4 replies - 1 through 4 (of 4 total)