Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gabriel51 Friend
    #188622

    When I insert a wrapped item in my menu, I can see the wrapped page in a 960px width, and this page is inside a 15px horizontal space.
    How can I remove the left and right 15px horizontal spaces, to have a 990px width to show my wrapped page?
    Thanks 🙂

    TomC Moderator
    #497561

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings

    gabriel51 Friend
    #497565

    Hello Tom,

    This is my URL, designed to find hotels in Puerto Viejo (Costa Rica): http://www.PuertoViejo-Hotels.com

    And this is the sample page where I need the wrapped to be 100% witdth, without horizontal spaces:
    http://www.puertoviejo-hotels.com/book-now/book-hotels-in-puerto-viejo/book-la-perla-negra.html

    Thanks,
    Gabriel

    TomC Moderator
    #497566

    Try This . . .

    Within file path –> /templates/ja_nex/css/template.css

    at line 607, you should see the following:


    #ja-content-main {
    background: none repeat scroll 0 0 #FFFFFF
    border: 1px solid #E5E5E5
    padding: 13px 15px;
    }

    modify as follows . . .


    #ja-content-main {
    background: none repeat scroll 0 0 #FFFFFF
    border: 1px solid #E5E5E5
    padding: 13px 0px;
    }

    Let me know if this works for you as you wanted.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 11 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum