Wordpress header re-sizing help?

2 replies
  • WEB DESIGN
  • |
Hello,

I am using a theme called Lounge by WP Elite Club - not much support online for it - got it as a bonus for a WSO, I think. I really love the theme, though, except for the following little problem...

I upload the image for the logo, which is just a text logo for now, and no matter what size of logo I upload, it shows as tiny on the header. Here's the website - I'm just playing around on this empty domain that I have, it's not a live site cowboysfootballnews.com but you can see the Cowboys Football News in white against the blue background. It's a picture logo that I made and uploaded. The image size is 800x180 currently, but now matter what size I put in, the image remains that small size - as well as the "Call Us" text to the right, which is actually text I put in on the options page, not an image.

I have tried going into Editor to see if I can find where it determines the size, but I really know only enough to barely spell CSS, much less know what I'm doing, so if anyone can give me an idea of where to go to fix this, I'd really appreciate it.

Thanks,
Nancy
#header #resizing #wordpress
  • Profile picture of the author Tony Martinez
    Hey Nancy,

    So, you want the Cowboys Football News picture to be bigger, correct? If so, I believe I've figured that out. Take a look at columnal.css in your editor or by opening the file directly, and inside that, there should be a line that reads
    Code:
    img, object, embed {max-width: 100%;}
    For immediate results, you can comment out the line, meaning to make it look like this:
    Code:
    /* img, object, embed {max-width: 100%;} */
    The /* */ characters signifies a comment. You don't want to delete the line entirely, as you may need it later...

    CSS can be very tricky to customize and/or debug, especially in premade WordPress Themes. Nevertheless, I hope what I've said helps...let me know if it doesn't?
    {{ DiscussionBoard.errors[7243568].message }}
  • Profile picture of the author spesialis
    Logo
    Max width 213px
    Max height 47px
    {{ DiscussionBoard.errors[7243632].message }}

Trending Topics