Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #890915

    Hi
    I have some small white line above and below the banner image on the slider and again under the main menu. How can I remove them?

    James

    #890920

    Hey James,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_header_top.html_bottom_nav_header #header_main {
        border: none;
    }
    

    Best regards,
    Yigit

    #890924

    Perfect Thanks!!

    How can I reduce the height of the bar in section 1 under the banner to just fir over the text that says ”energy saving with hight quality product results”?

    Thanks

    James

    #891075

    Hi James,

    I can see the element you are referring to, though I’m not sure exactly what you would like to change. Could you try to explain a bit further please?

    Best regards,
    Rikard

    #891111

    Hi Rikard

    This issue has been resolved.

    Many Thanks

    James

    #891113

    Hi Rikard

    Sorry forgot to mention, the second comment on my post ”How can I reduce the height of the bar in section 1 under the banner to just fir over the text that says ”energy saving with hight quality product results”?

    The height of the bar is at its minimum and I want to try reduce even smaller.How can I do this ? the bar under the banner which says ””energy saving with high quality product results”?

    Thanks

    James

    #891367

    Hi James,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .flex_cell.avia-builder-el-4.avia-builder-el-first,
    .flex_cell.avia-builder-el-5.avia-builder-el-last {
      padding: 0px;
      height: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #891542

    Thanks Victoria

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How can I remove the whitespace lines above and below Banner?’ is closed to new replies.