• I’m using the Atalhualpa 3.7.6 theme and I am trying to get my blue menu bar to span the entire width of the site.

    I inserted a background image but I am having problems.

    Here is my code:
    div#menu1 {
    background: url(‘/images/bg_color.gif’) repeat;
    background-position: top;}

    div#menu1 ul.rMenu {background:url(‘/images/bg_color.gif’) repeat;
    background-position: top;}

    Below is the site:
    https://vintageconsignor.com/

    Can some one please assist?

    Thank you

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

    (@edaddy)

    I actually edited my code to in the HTML/CSS section of Atahualpa theme:

    html{

    background-image: url(‘/images/bg_color.gif’);
    background-repeat: repeat-y;
    background-position: center top;

    }

    The images does not appears. The image size is w=10 h=125

Viewing 1 replies (of 1 total)
  • The topic ‘Atahualpa menu bar span issues’ is closed to new replies.