Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • potts Friend
    #196805

    There is a large gap between the bottom of the slideshow and the first article on the HOME page (please see screenshot). Actually, the space BETWEEN the articles is also more than necessary. Can anyone tell me where in CSS I would adjust this?

    Thank you so much!


    1. Picture-2
    Saguaros Moderator
    #531107

    It’s simply some padding values, you can use tools like Firebug in Firefox or Chrome Inspect Element to track down which files you should edit.

    http://static.joomlart.com/images/jat3v3-documents/t3-bs3/configuration/enable-dev.png

    You should go to Backend > Template manager and disable Optimize CSS option first, so that you can see exact files need to be changed.

    potts Friend
    #531159

    I followed your directions Saquaros.

    –disabled Optimize CSS option
    –Used Firebug to inspect the padding between the Featured article and the slideshow on Home page
    –Made the adjustments in template.css and home.css (both located in “themes/grey-new”) and uploaded several times via FTP
    –repeatedly cleared cache but no changes appear

    I am hoping I can get some more guidance?

    Thank you so much.

    Ninja Lead Moderator
    #531227

    You can remove the gap and large space in the home of your site with my workaround below

    Open the templates/ja_biz/css/themes/grey-new/template.css file

    Change

    .right-slide {
    margin-top: 40px;
    }

    .blog-featured article {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    }

    .items-leading .leading {
    margin-bottom: 40px;
    }

    to

    .right-slide {
    margin-top: 0px;
    }
    .blog-featured article {
    border-bottom: 0px solid #eeeeee;
    border-top: 0px solid #eeeeee;
    }
    .items-leading .leading {
    margin-bottom: 0px;
    }

    potts Friend
    #531292

    THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU!!!!!!

    Yes, worked perfectly. Ninja…you be a Ninja!

    :-*:-*:-*:-*:-*:-*

    PS: we can close this out now but I don’t know how

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

This topic contains 5 replies, has 3 voices, and was last updated by  potts 10 years ago.

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