fronchetti
asked 8 years ago

Hello, I have a question about DW Mono. I’m trying to change the width of the header. I know this theme is responsive, but I want to make posts div bigger than header div. Could you help me in this?

3 Answers
DominicStaff
answered 8 years ago

To resolve this issue, you can add the following code to the style.css file:

@media (min-width: 1200px) {
.site-header { 
    width: 35%;
  }
}
 @media (min-width: 1200px) {
.site-content-wrapper {
   width: auto;
   left: 35%;
  }
}
fronchetti
replied 8 years ago

Thank you!

Leo Peru
replied 7 years ago

Hi Dominic!

I really love your theme! Keep up the good work!

I tried adding the code to the ‘style.css’ and updated the file, but it doesn’t seem to work. See: http://nimb.ws/M7Ggtx

Am I doing it wrong?
I would really appreciate your help.

More power to your team ( or you) 😀

Dominic Staff
replied 7 years ago

Please send me username & password of your site, I will check and help you resolve it.

oskar
answered 8 years ago

Hi,
is was lookíng for the same question, and your answer solved my first part. I cn play with 35 % so that i get it the was i like, that is fine.
But on the right side on the buttom i get a broken bar (sorry for the word but i do not find a other for this). ist is like we need to extend this baseline in the way we minimize the left part.
Have you also a hint for me.
Thanks
Olaf

DominicStaff
answered 7 years ago

Please accept my apology for the delay in getting back to you. I have some issue with email system and I lost the email notification from your answer. Right now, I’m checking your site and see that it does not work, please check and let me know, I will check and help you resolve all your issue now.

Powered by DW Question & Answer Pro