Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › Fixed width › Reply To: Fixed width
February 19, 2018 at 7:05 pm
#25589
Acme Themes
Keymaster
The image is used as background image, it is not possible to show full image without customization of the theme.
But you can add the following custom CSS to show more part of the image
.inner-main-title {
height: 400px;
}
You can increase the height as you want.
Thanks!