• Hi! I love the theme, and I am using it for my website.

    Could you please show me how to make the space between the navigation arrows and the main content narrower?
    I am using <div id=”wrapper”></div> tag to keep the width of the main content. Then displayed on iPad, there is big space on the left side, and no space on the right. How can I make the content displayed in the center, while still showing the navigation arrows?

    Thank you so so much for your kind help!

    M

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Can you post a URL?

    Thread Starter amirisu.info@gmail.com

    (@amirisuinfogmailcom)

    Absolutely. It’s: http://www.amirisu.com/

    I found this div.wrapper property and using it in the edited CSS:

    div#wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 1000px;
    background-color: #FFF;
    }

    But then some people say they cannot see the navigation arrows. It seems to be dependent on their screen size…
    Thanks so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation width’ is closed to new replies.