Home › Forums › Shudh theme support › Resize the banner of Inner Page Banner
- This topic has 10 replies, 2 voices, and was last updated 6 years, 6 months ago by
Forum Moderator.
-
AuthorPosts
-
March 16, 2017 at 7:07 am #65624
Hi, I am using Shudh theme, and I found the height of inner page banner is too much. How can I resize it? I know the default height is 300px and i want to make it as 150-200px. Thanks
March 16, 2017 at 7:13 am #65630Hi Toby,
Kindly show us your website URL.
Regards,
DaveMarch 16, 2017 at 7:17 am #65635http://www.riccocard.com/en/
Thanks.
March 16, 2017 at 7:28 am #65639You can use any image editor like photoshop to resize the image.
March 16, 2017 at 7:29 am #65640Yes, I did. I did resized my banner height = 200px.
however, the banner still too width and it automatically enlarged my image.March 16, 2017 at 7:35 am #65648Size of the inner banner on your website is 1170px x 320px. Did you added 200px height image on some specific page?
March 16, 2017 at 7:40 am #65652Yes.. I just changed my all inner banner in my website to the size 1170 × 200.
Please check the outcome, thanks for help 🙂March 16, 2017 at 7:44 am #65654Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.innerbanner .container img{min-height:auto !important;}
Regards,
DaveMarch 16, 2017 at 7:47 am #65658Hi,
Replace this code with my previous code:
.innerbanner .container img{min-height:auto !important; height:auto !important;}
Regards,
DaveMarch 16, 2017 at 7:48 am #65659Thanks, it works:)
however, can we adjust the gap, between the innerbanner and the words?March 16, 2017 at 7:54 am #65662Replace this code with my previous code:
.innerbanner .container img{min-height:auto !important; height:auto !important;}
-
AuthorPosts
- You must be logged in to reply to this topic.