Okay
  Public Ticket #557378
weard white row
Closed

Comments

  • julian started the conversation

    Hi,

    Could you please help me to disable the white row i have between my footer and the body..

    just above Payment & Security i have a white row...

    Thanks for your help

  • kristoffer replied

    I just took a quick look and believe this will solve your issue. Add this to custom CSS

    .hentry { display: none !important; }

  • julian replied

    thansk you very much your a genius !!

    BTW i discovered a new white row appearing between the header and the product page. just below below the header there is a white row...

    when i\'m logged IN the with row disappears because i desactivated the breadcrumb via the function.php with :

    remove_action( \'woocommerce_before_main_content\',\'woocommerce_breadcrumb\', 20, 0);

    but when i\'m logged OFF the white row appears again..so weard...

  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    body[data-header-resize=\"0\"] .container-wrap, body[data-header-resize=\"0\"] .project-title {
        padding-top: 0px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • julian replied

    brilliant!

    many thanks