Skewed images

tanya3
7 Posts
tanya3 posted this 21 July 2016

Images on a couple of my sites are being skewed when the screen size changes.

The image on this page http://warriorsguildmartialarts.com/class-schedule/ is skewed when we reduce the screen size.

The logo image in the header and others are being skewed when the screen size is reduced. You can check the logo image in the header on this site https://scopehome.org/. Most other images are available to site members only.

Images on a couple of my sites are being skewed when the screen size changes. The image on this page http://warriorsguildmartialarts.com/class-schedule/ is skewed when we reduce the screen size. The logo image in the header and others are being skewed when the screen size is reduced. You can check the logo image in the header on this site https://scopehome.org/. Most other images are available to site members only.
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 21 July 2016

Hi,

Try to add the following code in the Home >> Settings >> Additional CSS:

.bd-tagstyles:not(.bd-custom-image):not(.shape-only) img
{
height:100%!important;
}
.bd-imagelink-9 {
    width: auto!important;
}

And this code for the second site:

.bd-logo-3 img
{
width:auto!important;
}

Sincerely,
Hella

Hi, Try to add the following code in the Home >> Settings >> Additional CSS: .bd-tagstyles:not(.bd-custom-image):not(.shape-only) img { height:100%!important; } .bd-imagelink-9 { width: auto!important; } And this code for the second site: .bd-logo-3 img { width:auto!important; } Sincerely, Hella
You must log in or register to leave comments