Product Updates
Joomla 5.2.2 Compatibility for JA Templates, Bug Fixes, and More

how do i make the slideshow on ja company to cover the whole page up to the top ?

see attach

    systemini
    Hi
    Add this code in /css/custom.css file in the template and set the value as per needs

    .t3-mainnav + div.t3-slideshow {
        margin-top: -170px;
    }

      Ninja

      where is the folder /css pls give the full path for ja company as i cant find custom.css or /css folder

        systemini

        i created a custom.css file in the root folder of /css in the ja company theme reduced to 10px no difference

        reset cache etc

          systemini
          Kindly use the same code first and check check front end. Add the file inside css folder of template.

            systemini
            For other pages it not slideshow module.
            You can replace the older code with this

            .t3-mainnav + div.t3-masthead, .t3-mainnav + div.t3-slideshow {
                margin-top: -170px;
            
            }

            ths also how do i make the menu bar go higher so it stops covering the text inside the slider see attachement

              systemini
              Hi
              this is because you want to customize the site in a view that it cover header.
              So it move the slideshow up. you can reduce the value slight to low it down.
              Or you can add this code in custom css and play with the value

              .slideshow .slider-content-inner {
                  top: 50%;
                  margin-top: -72px;}

              -30px in above code move the text down.

                systemini
                Hi
                Your site is in development mode. kindly turn off development mode from template options and code will work as expected.

                Write a Reply...
                You need to Login to view replies.