• Resolved cmc1986

    (@cmc1986)


    Good Afternoon,

    I have set a holding page and I’ve been able to edit the type and remove the drop shadow but I’d like to remove the block of black that is across the whole page and covers the background image.

    Is it possible to change this? Any help appreciated.

    Website is here: http://www.claireanderson.info

Viewing 2 replies - 1 through 2 (of 2 total)
  • Floating that div to the right seems to fix it – that way the div is not going across the entire page:

    #coming-soon {
        float: right;
        margin: 40px auto;
        text-align: center;
    }

    Thread Starter cmc1986

    (@cmc1986)

    That is great, thanks again for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Issue with black bar on page’ is closed to new replies.