Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Organic Themes

    (@organicthemes)

    The widget height is typically determined by the height of the content displayed within the widget. The Hero Widget is an exception, as it has the option to make the widget size to the height of the browser window.

    If you would like to set a custom height for a widget, my recommendation would be adding CSS to make the change. For instance:

    #organic_widgets_subpage_section-3 {
      height: 620px;
    }

    The style would vary depending on the widget, and you’ll need to inspect the code to identify the ID for the particular widget you intend to set the height for.

    Thanks!

    Thread Starter radoslav86

    (@radoslav86)

    When i put image (height 700px), title and button text without description in Organic featured content widget, it decrease image size to about 100 px, just enough size to be displayed title and button.

    But as i enter more desription text between title and button, image gets bigger in height.

    Conclusion in my case is: If i wont to see full size image in widget i have to put just enough discription text to fill up size of the box of 700px.

    Is it possible to be displayed full size image but only with title and button text without any descripion text in the middle?

    Thanks.

    Plugin Author Organic Themes

    (@organicthemes)

    Hello @radoslav86,

    It would help if you could provide a link to the page that contains the widget you are referring to. Then, I could provide more accurate styles.

    This should be able to be accomplished by increasing the vertical padding of your widget using styles. However, I would need to see the widget you are referring to.

    Thanks!

    Plugin Author Organic Themes

    (@organicthemes)

    Marking this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Set height of widget?’ is closed to new replies.