Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • mamsadegh Friend
    #664995

    Hi I am now struggling with this for two days and I have not been able to solve it.

    Ja-techzone, the quickstart sample has a slide show on the first page. In the sample there is no non-fulled padding space around photos of the slideshow. everything there looks fine.

    Now I install joomla and ja-techzone and other components from scratch and I put the slideshow on the first page in the correct position and the slideshow comes up and works but there is a thick padding around the slideshow.

    I tried many posts and many suggestions here in this forum, non of them work , the padding is always there and I am disappointed.

    thanks

    TomC Moderator
    #665039

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_techzone/css/

    Within that custom.css file, paste the following CSS rule:


    .t3-masthead {
    padding: 0;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    TomC Moderator
    #746443

    Try This . . . .

    If you haven’t yet done so, create a new file called “custom.css” within file path —> /templates/ja_techzone/css/

    Within that custom.css file, paste the following CSS rule:


    .t3-masthead {
    padding: 0;
    }


    SAVE CHANGES – CLEAR CACHE – REFRESH PAGE

    Better ??

    mamsadegh Friend
    #665040

    Yes this works.
    Now the question is when i am using the default theme,
    For the slide show,
    The prev and next buttons are shown at the bottom of the images
    They are not on the images
    But when I change to another theme, e.g. blue or violet or red,
    they go inside and on the pictures of slide show

    How can i do the same for the default theme?
    Or how should I change the color of one of themes to what I want?

    mamsadegh Friend
    #746444

    Yes this works.
    Now the question is when i am using the default theme,
    For the slide show,
    The prev and next buttons are shown at the bottom of the images
    They are not on the images
    But when I change to another theme, e.g. blue or violet or red,
    they go inside and on the pictures of slide show

    How can i do the same for the default theme?
    Or how should I change the color of one of themes to what I want?

    TomC Moderator
    #665042

    Where do you WANT the buttons to be?

    TomC Moderator
    #746446

    Where do you WANT the buttons to be?

    mamsadegh Friend
    #665044

    On the photos. (overlapped)

    mamsadegh Friend
    #746448

    On the photos. (overlapped)

    TomC Moderator
    #665045

    <em>@mamsadegh 488924 wrote:</em><blockquote>On the photos. (overlapped)</blockquote>

    Looking at your site right now and the buttons are on the photo – on either side at the halfway mark

    TomC Moderator
    #746449

    <em>@mamsadegh 488924 wrote:</em><blockquote>On the photos. (overlapped)</blockquote>

    Looking at your site right now and the buttons are on the photo – on either side at the halfway mark

    mamsadegh Friend
    #665047

    This is what I am saying.
    Look at it now.
    The buttons are down there. not overlapped with the image
    And again the green padding has appeared down there
    This is because I changed the theme to default.
    Why is this happening?

    mamsadegh Friend
    #746451

    This is what I am saying.
    Look at it now.
    The buttons are down there. not overlapped with the image
    And again the green padding has appeared down there
    This is because I changed the theme to default.
    Why is this happening?

    TomC Moderator
    #665049

    I would have to inspect things when one of the color themes is assigned, but a quick way to get rid of the green bottom is updating the CSS rule you just pasted into your custom.css file as follows:


    .t3-masthead {
    background-color: #ffffff;
    color: #ffffff;
    padding: 0;
    ]

    TomC Moderator
    #746453

    I would have to inspect things when one of the color themes is assigned, but a quick way to get rid of the green bottom is updating the CSS rule you just pasted into your custom.css file as follows:


    .t3-masthead {
    background-color: #ffffff;
    color: #ffffff;
    padding: 0;
    ]

Viewing 15 posts - 1 through 15 (of 19 total)

This topic contains 19 replies, has 3 voices, and was last updated by  Adam M 9 years, 1 month ago.

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