• 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!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter regchitxz

    (@regchitxz)

    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-top value as per your preference.

    As for your first question please post your site’s URL.

    Thread Starter regchitxz

    (@regchitxz)

    Hi.. sorry bout that. Here’s my site UrL – https://shippily.com/main

    Which widget are you taking about?

    Thread Starter regchitxz

    (@regchitxz)

    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 https://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.

    Thread Starter regchitxz

    (@regchitxz)

    Hi Jesin, I will try it out later. Really appreciate your prompt reply. Thanks a lot!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Home page widget’ is closed to new replies.