Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • devax Friend
    #201769

    Hey all,

    Looking to customize the slideshow area, in particular the slidenews bar on the right side to a full size image without border.

    Messed around with template.css and couldn’t find the right place to change it.

    Any suggestions.

    Here’s what the current screen looks like:

    And this is what I’d like it to look like:


    1. currentscreen
    2. wish
    TomC Moderator
    #551427

    So that we can try to best assist you, please provide the url of the site you’re working on

    devax Friend
    #551428
    TomC Moderator
    #551430

    First, and if you haven’t yet done so, create a new file called “custom.css” within file path –> /templates/ja_mititus/css/

    Within that custom/css file, pate the following CSS rule:


    .module-ct {
    background: inherit;
    color: inherit;
    padding: 0;
    }

    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    QUESTION:
    What are the dimensions of the image?

    devax Friend
    #551433

    Better…but there is still some padding.

    I have a Custom HTML modules with a Module Class Suffix of no-padding adv

    What am I missing?

    Thanks for the help!!!

    TomC Moderator
    #551435

    Okay, this is somewhat of a hack … but paste the following within your custom.css file and see how you like the result:


    .main-siderbar {
    margin-left: -28px;
    margin-right: 5px;
    }

    img {
    max-height: 350px;
    }

    .ja-slideshow .main-siderbar .t3-module:last-child {
    height: 325px;
    }

    p {
    margin: -1px 0 10px;
    }

    devax Friend
    #551438

    You da man!!! That works great. I appreciate it very much. Your team is excellent and thanks for the quick response!

    TomC Moderator
    #551439

    Glad I could help out . . . . All the best with your continuing site development.

    🙂

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

This topic contains 8 replies, has 2 voices, and was last updated by  TomC 10 years ago.

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