• Resolved echoparkmark

    (@echoparkmark)


    Hi Myatu,

    Your plugin is working wonderfully to allow unique background images on individual pages, but the resulting images are covering part of my header.

    Normal appearance of header: http://frenchbulldogomaha.com
    Background Mgr image covers part of header: http://frenchbulldogomaha.com/menus-charcuterie

    The image does not cover over the nav menu links, which still appears/functions — but the lavender horizontal bar behind the menus is covered over on pages where Background Mgr is adding a background image.

    I am using the Moonrise theme.

    Might there be some z-index or similar fix for this, either in the theme custom CSS or Image Set custom CSS for Background Mgr? I tried some of your troubleshooting code from other forum posts to no avail.

    Thanks in advance!

    http://wordpress.org/extend/plugins/background-manager/

Viewing 1 replies (of 1 total)
  • Thread Starter echoparkmark

    (@echoparkmark)

    Fixed. The theme was picking up the home page’s background color for the header, while the pages using Background Manager were functioning properly. To fix the issue I needed to define the header:

    #header {
    	background-color: #d1c0c7;
    	width: 90%;
    	padding-left: 5%;
    	padding-right: 5%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Background images covers part of header’ is closed to new replies.