when I update a GIF as a logo (with a largest resolution 259×259) how can I keep the wrapper div of the logo with the same height as img.logo… in my screenshot you can see logo exceed his wrapper div 🙂
bug:on firefox logo’s displayed 100% sizes screen and content is hidden by logo… is there css fix, maybe ?
Hi, you can manually set the size of the wrap using CSS code, for example: .wrap {max-width: 100%; width: 100%} or try settin up the values of the image size, for example: #logoimage {width: 10px; height: 10px}. Adjusting the amount of pixels or percetages will give you the proper size for your webpage.
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Appdev Theme Support’ is closed to new topics and replies.