• Resolved lilalila

    (@lilalila)


    Hello,
    I would appreciate your help regardidng this sie:
    https://ronit-rotem.com/

    I have two questions:
    1. The menu- bar is too low. i would like to position it a bit higher. I Tried to do this with CSS with no success. Please help.

    2. i have an image I would like to place as the page’s background.
    I tried the CSS:

    #page {
    bacground-image: url('https://ronit-rotem.com/wp-content/uploads/BG-content.jpg');
    background: #eaf2f8;
    }

    This didn’t work. Any idea why?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The best piece of advise i can give you to leanrn how so modify basic css stuff is to downloas chrome browser. There, on view-developer-developer tools, chrome shows you the underlying css script, and gives you the option to change numeric values so you can play with it and making no changes to the script direcly.

    For menu bar, look for
    /* =Menu
    ———————————————– */

    on your css script and play with “margin-top” pr padding values. That should do.

    Thread Starter lilalila

    (@lilalila)

    I have Chrome but i don’t know how to work with this feature.
    I would appreciate help on those points.

    Thread Starter lilalila

    (@lilalila)

    In addition- i already tried to find a Margin-top value in the Menu section in the Style.css, and could see one.
    That is why i need your help on this.

    Hi ,

    Replace this css for background :-

    #page {
    background: url(“https://ronit-rotem.com/wp-content/uploads/BG-content.jpg”) repeat scroll 0 0 #EAF2F8;
    }

    and for menu there is flash banner you are using on top of it , so you to create some space or reduce the height of banner.

    Thanks

    Thread Starter lilalila

    (@lilalila)

    Hi merajneesh,

    Thanks, the background worked well, except, i want it to appear only once, and after the Pic ends, it repeats again.

    As for the banner in the header, how can i reduce the space bellow it?

    Thank you……

    Thread Starter lilalila

    (@lilalila)

    OK merajneesh,

    I changes the “repeat” to “no-repeat” and it worked for the background. Thanks.

    There is now only the matter of the Menu left to deal with..
    Anyone??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Few questions: Menu bar & Page background.’ is closed to new replies.