Banner Size
- The topic ‘Banner Size’ is closed to new replies.
Need help? Check out our Support site, then
I have successfully changed the “Intro Text” on my page to the image desired. However, I have been unable to resize the image to a bigger size. I have tried to change the height and width of the linked html but without success. Is the webpage set to have a certain margin amount that could be keeping me from sizing larger?
Thanks so much for your help!
The blog I need help with is: (visible only to logged in users)
Hi there,
I don’t see that you are using Melody theme on this site. Is this the blog you need help with?
https://annahensonblog.wordpress.com/
Thanks!
Hi!
I gave the wrong url–this is the correct site:
https://wordpress.com/pages/thethingwithfeathers.org
Thank you so much for your help!
Hi there,
You are correct. There is some CSS in the theme which is limiting the size of the image in the Intro Text box. If you have a Premium account for that site you can drop the following in the Customizer under the CSS menu:
.intro-block p {
width: 100%;
}
The theme’s default is 60%, so you’ll have to play around with the numbers in order to get it looking right.
Hope that helps!
Sonia