Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • olivus Friend
    #863605

    Hi
    I am very pleased with the Fixel Template and everything works perfectly for http://www.parisequity.com.
    Only concern I have is with the following item/link http://www.parisequity.com/component/jse_real_estate/realty/1?Itemid=135 where the template width is apparently too big. What can I do to reduce the width but only for this menu item ? and stay with the default width for the rest of the website.
    Any help would be much appreciated.
    Many Thanks

    Adam M Moderator
    #864207

    Hi @olivus,

    You can follow this step :

    1. Navigate to backend >>> Menus >>> Main Menu >>> create new menu item that link to this page >>> switch to tab Page Display >>> in Page Class >>> type in custom-width or any class name you want.

    2. Open file templates/ja_fixel/css/custom.css and add this code (assuming that you use class name custom-width) :
      .custom-width .container {
       width: 960px; /* adjust this value to suite your need */
      }
    olivus Friend
    #864882

    Thanks,
    It’s helpful and going in the right direction…but does not solve totally the issue
    As you can see in the following link : http://www.kelflash.net/annonces
    What’s missing and where ?
    Thanks again for your help and support

    Adam M Moderator
    #865074

    Hi @olivus,

    Please navigate to backend >>> Extensions >>> Template Manager >>> choose default template >>> temporary disable CSS / JS Optimize so I can have a look at the code first.

    olivus Friend
    #865166

    CSS/JS Optimize disabled; Thanks again for your help

    Adam M Moderator
    #867528

    Hi @olivus,

    Thanks, please add this code to custom.css file as well :

    .custom-width #t3-content {
         width: auto;
    }
    olivus Friend
    #882482

    Thanks, It did not worked….but I found a way to by pass the issue

    Adam M Moderator
    #883425

    Hi @olivus,

    Glad to hear that you managed to sort it out. If you still have any question, please don’t hesitate to let us know.

    Best regards,

    Adam.

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

This topic contains 7 replies, has 2 voices, and was last updated by  Adam M 8 years, 2 months ago.

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