Forums

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

Home Forums JavaScript Anything slider margin?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #33376
    timondeks
    Member

    http://waxbotanical.com/?page_id=496

    tried deactivating the plugin and double checked settings but I still cant figure out why there is a margin appearing to the left of each slide. Anyone have an experience with this?

    #82845
    wolfcry911
    Participant

    style.css on line 352 has .entry ul { } with a left-padding of 30px; this affects the anythingWIndow ul as well (being that it resides in .entry). just override it

    #82847
    timondeks
    Member

    Thanks for the help wolfcry, sry i’m abit hit and miss with css, should I remove/edit the left-padding setting on the themes custom CSS sheet (to overide) but would this not effect the other unordered lists I have placed on the site?

    #82849
    bhagavan
    Participant

    Simple,
    change “.entry ul” at style sheet as below

    #82851
    bhagavan
    Participant
    .entry ul  { margin: 0 0 15px 0; padding: 0px; }
    #82850
    timondeks
    Member

    brilliant! thanx a million for the help guys, had me rightly baffled

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