Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • giannileggio Friend
    #176656

    As you can see from the screenshots do not understand why not align horizontally.

    Can anyone give me some help?
    thanks


    1. side-news
    khoand Friend
    #451040

    <em>@giannileggio 317167 wrote:</em><blockquote>As you can see from the screenshots do not understand why not align horizontally.

    Can anyone give me some help?
    thanks</blockquote>
    Hi,
    You replace this code from /modules/mod_jasidenews/assets/style.css

    .ja-sidenews {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    }

    with

    .ja-sidenews {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    float: left;
    }

    giannileggio Friend
    #451046

    ok, we’re almost there, I would like effect as in this theme:
    http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_tiris/
    I see it like this:


    1. Web-Marketing-E-commerce-e-comunicazione-aziendale-con-Enthous-1
    khoand Friend
    #451050

    <em>@giannileggio 317184 wrote:</em><blockquote>ok, we’re almost there, I would like effect as in this theme:
    http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_tiris/
    I see it like this:
    </blockquote>
    You replace this code from

    .ja-sidenews {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
    }

    with

    .ja-sidenews {
    width: 289px;
    overflow: hidden;
    position: relative;
    padding: 0;
    cursor: pointer;
    float: left;
    border: 5px solid black;
    margin: 0 10px;
    }

    giannileggio Friend
    #451062

    Amazing, thanks a lot

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

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

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