• Hello, first time poster so bear with me.

    I am currently working on http://www.akouriglobal.com, using woothemes’s Resort theme on WordPress. The height of the Resort header is a bit too large. I want it about 30% less. I tried playing with the stylesheet and decreasing the size of the margin in the following code:

    **#header {
    margin: 0 0 2.618em;
    padding: 2.631em 0 1.618em;
    clear: both;
    position: relative;
    background: url(‘images/bg_header.png’);

    After decreasing the 2.618 number, the header did not change in size. I cleared my cache as well. I am thinking maybe there are other adjustments elsewhere as well.

    Please advise!

    Thank you,

    George

Viewing 2 replies - 1 through 2 (of 2 total)
  • You really want to do something about that white on white menu text too.
    The smart operators always work on a child-theme, you really want to do this.
    Suggest that you install and use firebug, it will show you why your css is getting lost in the cascade.
    You may get better support at the woo themes support forum.

    Thread Starter gakouri

    (@gakouri)

    Thanks for the advice. I know about the white on white. I was playing around with background color. I want to try to downsize the fixed header’s size first. But you’re right about the child theme; I haven’t bothered quite yet because the site is really in its infancy. I will try my luck with woothemes support.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting header size for Woothemes Resort’ is closed to new replies.