Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fordy1 Friend
    #124358

    I want to run a slideshow module in the position on the Fagus template where the topimg.png file is currently displayed ie taking up the left hand half of the Top module position. Any idea how I could achieve this?:confused:

    Menalto Friend
    #234613

    You can try to change this:

    #ja-topsl .ja-newflash .moduletable{
    padding: 30px 20px 30px 400px;
    width: 500px;
    }

    .narrow #ja-topsl .ja-newflash .moduletable{
    padding: 30px 20px 30px 400px;
    width: 350px;
    }

    To this:

    #ja-topsl .ja-newflash .moduletable{
    padding: 30px 20px 30px 400px;
    width: 99%;
    }

    .narrow #ja-topsl .ja-newflash .moduletable{
    padding: 30px 20px 30px 400px;
    width: 99%;
    }

    IF it dont work try to change the width: 99% to the width of the template you are using.
    And delete this:

    #ja-topsl .ja-newflash {
    padding: 0;
    background: url(../images/topimg.png) no-repeat top left; <----DELETE THIS LINE
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Menalto 16 years, 11 months ago.

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