Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mangekyou Friend
    #173577

    2 things:

    1) when i set my slideshow animation to fading it aligns left.

    2) i have increased the size of my logo and now need to move the top menu and social buttons above the logo to make space. I would also like to get rid of the space between the logo and the slideshow.

    Thanks


    1. Screen-Shot-2012-02-06-at-01.15.16
    mangekyou Friend
    #437127

    just to make it clear i would like the slideshow to align center

    khoand Friend
    #437149

    just to make it clear i would like the slideshow to align center

    You add the code into /templates/your_template/css/template.css


    .ja-slide-main-wrap{
    margin: 0px auto;
    }

    2) i have increased the size of my logo and now need to move the top menu and social buttons above the logo to make space. I would also like to get rid of the space between the logo and the slideshow.

    You replace the code from /templates/your_template/css/template.css

    #ja-header .main {
    padding: 20px 0;
    }

    with


    #ja-header .main {
    padding: 30px 0px 0px;
    }

    Replace


    #ja-top {
    float: right;
    }

    with

    #ja-top {
    position: absolute;
    top: 5px;
    }

    mangekyou Friend
    #437185

    thank you, lastly how do i get rid of the spacing between the logo and the slideshow?


    1. Screen-Shot-2012-02-06-at-17.58.21
    khoand Friend
    #437205

    You use wrong code at line 826 of template.css

    #ja-header .main { padding: padding: 30px 0px 0px; }
    The right code is

    #ja-header .main { padding: 30px 0px 0px; }

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

This topic contains 5 replies, has 2 voices, and was last updated by  khoand 12 years, 9 months ago.

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