Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2781
    fanniew
    Member

    i there,

    I have problems in customizing your theme, http://www.jplconseil.fr

    1) How can I move up the Feature slider at HOME page (in order to make the space less in between the header logo bar and the slider? I have tried, but the white part “cover the slider… I have set the z-index of slider as 999, it doesn’t work…)

    2) How can I delete the space at the HOME page in between my twitter bar and footer? (or just move up the footer only for HOME page? coz I have tried to shorten #content.col8, but it makes other pages footers crumbles… I only want the HOME page footer up, in order for ipad view…)

    Thank you so much and it is rather urgent! and Happy New Year!

    Fannie

    #2811
    Sakin
    Keymaster

    Hi Fannie,

    The site URL is has nothing http://www.jplconseil.fr/. Can you send me your site URL.

    Regards,
    Sakin

    #2815
    fanniew
    Member

    Hi Sakin

    http://www.jplconseil.fr is on now…. can you please have a look?

     

    thanks

    Fannie

    #2816
    Sakin
    Keymaster

    @fanniew: Still it is showing only info

    #2817
    fanniew
    Member

    Strange…. it works for me … 🙁 it was “info” one hour ago… but it works now

    #2825
    fanniew
    Member

    the footer part crumbles in other pages… i just want the HOME PAGE footer has less space with my twitter plugin… and the feature slider goes up without cropping out.

    #2826
    fanniew
    Member

    🙁

    #2836
    Sakin
    Keymaster

    @Fannew:

    You css has problem change this for #header #mainmenu

    #header #mainmenu {
    background-color: #fff;
    border: 0 none;
    display: block;
    float: left;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 509px;
    z-index: 999;
    }

    and add this extra css:

    #header .layout-978 {
    position: relative;
    }

    #2840
    fanniew
    Member

    yes but i still want to keep the menu on the right, and then just the HOME page slider up a bit… now u can see it is cropped…. i can see the white bar… but i dunno how to hide it…. 🙁

    fannie

    #2841
    Sakin
    Keymaster

    @fanniew: this is again your problem with your featured and featured-text css. Change those to following:

    .featured {
    background-color: #fff;
    border-color: #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #cc;
    height: 400px;
    position: absolute;
    top: 0;
    width: 976px;
    z-index: 100000;
    }
    .featured-text {
    display: block;
    left: 610px;
    padding: 16px 5px 0;
    position: absolute;
    text-align: justify;
    top: 0;
    width: 350px;
    word-wrap: break-word;
    z-index: 100000 !important;
    }

    #2844
    fanniew
    Member

    it doesnt work…. but thanks anyway 🙂 i like ur theme!

    #2846
    Sakin
    Keymaster

    @fanniew: It should be working. I check it all. It’s strange. I see that there is lot of css mixes you added and mine. So, need to clean up.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Feature silder space problem’ is closed to new replies.