Topic Resolution: Resolved
  • Closed
  • D
    Spectator
    October 23, 2015 at 6:45 am #21592

    Hello,

    Thank you for your wonderful support.

    I would like to know how I may adjust the height of the Flex Slider in the footer so that it matches the height of the other widgets there. It is currently displaying an excerpt from posts in one category.

    By the way, the newsletters are great! Just what I need whenever they show up.

    Denzel Chia
    Moderator
    Posts: 2672
    October 23, 2015 at 8:58 am #21597

    Hi,

    Are you referring to the slider in the footer of this website https://fogwm.org/?
    If yes, Please use the following codes in Theme Options -> Custom CSS

    .footer .widget_wooslider_slideshow_posts .widget-content {
    height: 435px !important;
    }

    Thanks!
    Denzel

    D
    Spectator
    Posts: 40
    October 23, 2015 at 2:22 pm #21601

    Thank you Denzel. Is there a way to set the height for the other footer widgets or to just standardize all so they are one height?

    D
    Spectator
    Posts: 40
    October 23, 2015 at 2:41 pm #21602

    Got it! Worked with the code a bit.