Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #65640
    steve
    Participant

    Created aStore page which seems to display ok on ipad but seems to be missing the right hand side of the store ( http://barberbanter.co.uk/ ) Its as if the sidebar is blocking the content on the pc but not on the iPad. Should be displaying 3 x 3 butshows 3 x 2. Any ideas how to rectify this?

    #65665
    Sakin
    Keymaster

    @steve: To show 3×3 ads, you need to increase the size of the sidebar. So, add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 1023px) {
        .wrapper { width: 1018px; }
        #primary { width: 60.64%; }
        #secondary { width: 36.28%; }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issue with Amazon aStore display on PC’ is closed to new replies.