Home page widget
-
Hi, why does the icon size of the widget added at the homepage not similar? Is there anyway to make each widget’s icon size similar??
Thanks!
-
Is it also possible to leave a gap between the site-title and site-description? They are overlapping currently,
Thanks!
Is it also possible to leave a gap between the site-title and site-description?
Add the following code to the Custom CSS box
#site-description { margin-top: 20px; }Change the
margin-topvalue as per your preference.As for your first question please post your site’s URL.
Hi.. sorry bout that. Here’s my site UrL – http://shippily.com/main
Which widget are you taking about?
Hi Jesin, it’s about the widgets at the Home page top area.
Just right below the header image, I have 3 widgets with picture. If I upload pictures with varying sizes, the widget’s icon to display the picture also varies.
Thanks! =)
The best solution is to make all the images same in resolution.
Take a look at this http://i.imgur.com/naM88LZ.jpg
I made the image at the center to 800×600
You may also use this code in your child theme’s style.css
img { height: 200px; width: auto; }while this works some images look strange as the aspect ratio is not maintained.
Hi Jesin, I will try it out later. Really appreciate your prompt reply. Thanks a lot!
The topic ‘Home page widget’ is closed to new replies.
