Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image slider does not come in full size

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #238268
    cgurung
    Participant

    I testing image slider in my page http://www.egtours.com/test.php

    But why it is not coming in full. When I click expand it works but inline slider become too small.

    #238302
    timbarden
    Participant

    Put width: 100%; on your #content-parent element – is this what you’re trying to achieve?

    #238418
    cgurung
    Participant

    I mean size of slider is not appearing in full size even I change that element 100%

    #238421
    Shikkediel
    Participant

    What timbarden suggested works for me, I don’t see the table id="content-parent" having 100% width right now. That’s the element limiting it.

    #238426
    cgurung
    Participant

    I have css file from slider as follows. where to put or edit for content parent id

    [MOD EDIT – Codedump removed]

    #238427
    Shikkediel
    Participant

    I’d just create some new style :

    #content-parent {
    width: 100%;
    }
    
    #238430
    cgurung
    Participant

    Thank you very much. That I added in my custom.css and now it looks ok.

    But I want less black boarder and aero come over slider or image. which element should adjust ?

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.