Need Help in Fixing Header

Posted in: Newspaper
Post count: 16

Can someone help me fix the header?

http://www.disqver.com/

1. I want the logo smaller in the left corner
2. The menu seems to spread out far to the right. I want it smaller and be able to change the font too.
3. I want the social icons in the far right corner.

Please help. I do not have CSS or any code editing experience, so any in depth help is appreciated.

Post count: 854

hi,
we support 6 style of headers : http://screencast.com/t/15ReSchzJq0

1. use this css to position the logo in the left top corner:

.header-logo-wrap a img {
  position:absolute ;
  left:0 ;
  top:0 ;
  margin: 0;
  width: 200px;
}

2. use this css to reduce the size of the item in the menu and move it to the right:

#menu-td-header-1{
  padding-left: 15px;
}
#menu-td-header-1 li a {
  font-size: 11px !important;
}

in version 3.6 that we are releasing soon the theme has the ability to use custom fonts. Also in version 3.6 from the Theme panel -> Custom Typography you will have the ability to change the fonts, size , color of the items in the menu. you should check it out. Be sure to update your site before you update.

3. use this css for top social :

 
.topsl .td_block_wrap.td-social-wrap.td-social-wrap-32 {
  position:absolute !important;
  right:-35px !important;
  top:0 ;
  margin: 0 !important;
}

you can add all the css here: http://screencast.com/t/BdpSQk3kx

Thanks for you message.
Radu A.

  • This reply was modified 12 years by Radu A.
  • This reply was modified 12 years by Radu A.
Post count: 16

Thank you for your answer. It fixed the problem.

1. Can you please let me know how to reduce the height of the header? Is it called padding?

2. How can I reduce the borders in the website? I meant there is too much whitespace in the right side and left side of the pages(In all the pages)

FYI..your theme is absolutely fantastic! Love it. And its great for someone who has no experience in WordPress whatsoever!

Thanks in advance.

Post count: 854

hi,

1) try playing with the header options: http://screencast.com/t/ds2d6Ca6

2) this cannot be done.

Thanks for you message.
Radu A.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.