• Resolved hennys

    (@hennys)


    Hi,

    I would like the 3 featured pages to be on top (in front of) of the slider.
    Is this possible ? using CSS?, or does the code have to be edited for that ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Start with:
    #main-wrapper{ margin-top: -400px;} which will move the 3 circles over the slider.

    You’ll then need to adjust:
    .thumb-wrapper {xxxxxxxx} to get rid of the white square.

    xxxxxxxxx – I’ve tried opacity: 0.4; but it will depend on what’s happening with the slider image.

    Try this and then show a link if you can, describe what else you need to do.

    Thread Starter hennys

    (@hennys)

    Thanks.

    great tips.
    The features are on top of the slider and I am going to experiment with the thumb-wrapper to get rid of the square ??

    Thread Starter hennys

    (@hennys)

    Hi,

    The margin-top moved the circles over the slider, but it also moved all subpages under the menu bar. Now the text on the subpages is barely readable. Is there a way to adjust the margin-top only for the slider page, and not for the sub-pages ?

    Check the <body> tag on each page (RtClick-View Source) and look for a unique class (eg page-id-2) and then change the above to:

    eg .page-id-2 #main-wrapper should work.

    Then add the margin-top to that.

    Thread Starter hennys

    (@hennys)

    Works perfectly. Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘featured buttons on top op slider ?’ is closed to new replies.