Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1057436
    Levi S
    Participant

    http://www.boyersconstruction.com/portfolio-item/haas-door/?preview=true

    Any thoughts on how to remove all the white space under the gallery?

    #1057572
    Prasant Rai
    Moderator

    Hello Levi,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-portfolio .entry-featured {
        overflow: initial !important;
    }

    Thanks.

    #1060536
    Levi S
    Participant

    I tried editing this in the customizer under the global css. It didn’t work? Do I have to do something else with this css?

    #1060538
    Levi S
    Participant

    figured it out. need to enter feature in the body css on individual portfolio posts. thanks!

    #1060542
    Levi S
    Participant

    http://www.boyersconstruction.com/portfolio/

    that css made the item pages look good, but it screwed up the slide animation on the gallery page now. Any ideas?

    #1060759
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates. To resolve this issue, please do the following:
    1] Please remove the given css code from your customizer;

    .x-portfolio .entry-featured {
        overflow: initial !important;
    }

    2] You need to replace it with just this code instead to prevent from messing up any other page:

    .site .x-flexslider {
        overflow: hidden;
    }

    Hope this helps. Please let us know how it goes.

  • <script> jQuery(function($){ $("#no-reply-1057436 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>