Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1155243

    Hi,

    Trying to persuade a friend of mine to transfer his website to Enfold and struggling with something he’s asked me to do on the Homepage.

    When setting up different colour sections using Background Repeat setting Stretch To Fit there is a 1 pixel line showing. This line does not appear when using Background Repeat : Repeat however this setting does not suit his request.

    I have setup the homepage with the 1 pixel line showing and left it with pointers to the problem I need help with. Essentially using the stretch to fit he doesn’t want to see the 1 pixel line. Any chance you guys can suggest a solution?

    Pixel Line

    https://photos.app.goo.gl/otiGGrPM2TrU4EnAA

    • This topic was modified 4 years, 11 months ago by MinsterSC.
    #1155271

    Hey MinsterSC,
    Thanks for the link, the “border” was actually the background showing though because the image was set to “bottom center”, seems it put it off a hair, this css should fix:

    #top.home #av_section_2 {
    	background-position: top !important; 
    }

    for the other borders in the header, please try this:

    #top #header_main, #top #header_meta,#top #header_meta.container_wrap {
        border-bottom-width: 0 !important; 
        border-top-width: 0 !important; 
    }
    .avia-menu.av_menu_icon_beside {
        border-right-width: 0 !important; 
        border-bottom-style: none !important; 
        
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.