Support » Theme: raindrops » [Theme: raindrops] Margin adjustment on New Page

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi khounnoraj81

    I’m sorry English ..unskilled…

    Do you have ‘restaurant menu. ‘ example image?

    Thread Starter khounnoraj81

    (@khounnoraj81)

    I have a scan image of the restaurant menu. I want a type version of the menu. I do not want an image of the the menu. Can you advise?

    Theme Author nobita

    (@nobita)

    I want to know your goal detail.

    I’m sorry English ..unskilled…

    Image is no need skill English.

    Maybe you need

    input WordPress editor like this

    -menu name
    –price

    and result view html code like this

    <ul>
    <li>menu
    <ul><li>price</li></ul>
    </ul>

    May I understand your question like that?

    Page margin ajust like this

    file open style.css

    add last line

    .page div.hentry{
    	margin:2em;
    
    }
    /* or  margin:10px 20px 10px 20px;*/

    Thank you for using my theme

    Theme Author nobita

    (@nobita)

    About margin ajust

    add style where style.css is easy but,
    style.css is overwrite when theme update.

    if you need no overwrite style setting like this

    create file WPLANG value .css e.g en_US.css

    and save theme directory

    and write this

    .page div.hentry{
    	margin:2em;
    
    }
    /* or  margin:10px 20px 10px 20px;*/

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: raindrops] Margin adjustment on New Page’ is closed to new replies.