Specify image dimensions

Posted in: Newspaper
Post count: 56

Hi,

any way to Specify image dimensions from the panel – for the logo in the next update. The default size has also no height and with attribute – im using a different size for the header style 12 – 181×60 pixel

best

Post count: 22421

Hello,
Different header styles use different logo sizes. Unfortunately the theme has no settings for image dimensions. If you want to control the logo dimensions, you need to use a header style that displays the full logo. This way the image you upload will be displayed full size without re-sizing.
You can check different header styles here: https://forum.tagdiv.com/header-styles/
Thank you!

Post count: 56

i understand. im using style 12 – can i override the file in the child theme – if yes – in wich file i should insert the height and width tag?

best

  • This reply was modified 10 years by newtag.
Post count: 22421

Hi,
You do not need to use a child theme as you can specify widfth and height with custom css you can use in the theme panel:
.td-header-style-12 .td-main-menu-logo img {
max-height: 120px!important;
width: 220px;
height: 120px;
}

Please edit these values to your logo size.
Thank you!

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