- This topic has 6 replies, 2 voices, and was last updated 6 years, 6 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › Handy Theme Support › I want to resize Inner Page Banner
Hi admin! I want to resize Inner Page Banner? 1420 × 300 -> 1420 x 549
Thanks
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.innerbanner { height:549px;}
Regards,
Chris
Thank you very much!
But when I placed the screen at 1920×1080 resolution, it could not show all the images, and at the resolution of 1366×768 it was all displayed.
Hi,
Kindly use this one
.innerbanner { height:auto;}
Regards,
Chris
Thank you very much Admin ^^
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]