Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jprater1209 Friend
    #160016

    I’ve looked at the source code on both, and all the divs seem to have the same names. Except my footer is centered, and the demo’s is aligned to the left, and the text is lighter.

    Here’s my website: http://beta.houstonda.org/

    Thanks!

    Ninja Lead Moderator
    #376093

    you can download and install ja rave quickstart and compare the two version to indetify whats the diffirence.Having a look at your site I see they might not be the same in footer and footnav postiion, please try and let me know.

    aman204 Friend
    #376137

    You can change this::

    #ja-footer .ja-footnav {template.css (line 526)
    clear: left;
    margin: 0 15px;
    }

    to

    #ja-footer .ja-footnav {template.css (line 526)
    float: left;
    margin: 0 15px;
    color:#888;
    width:50%;
    text-align:left;
    }

    and adjust width value accordingly

    jprater1209 Friend
    #376282

    <em>@aman204 220738 wrote:</em><blockquote>You can change this::

    #ja-footer .ja-footnav {template.css (line 526)
    clear: left;
    margin: 0 15px;
    }

    to

    #ja-footer .ja-footnav {template.css (line 526)
    float: left;
    margin: 0 15px;
    color:#888;
    width:50%;
    text-align:left;
    }

    and adjust width value accordingly</blockquote>

    This worked–but why would it not work correctly on my site like it does on the demo?

    aman204 Friend
    #376329

    <blockquote>but why would it not work correctly on my site like it does on the demo? </blockquote>

    It really depends upon type of module you are assigning. Like, You had assigned custom module whereas Demo template shows mod_footer type in specific position which also carries its styling

    Secondly, You had long text which had to be assign width property to not flow across the area

    Thirdly, Regarding text color, The menu links shown below copyright information have specific color property assigned which changes the color

    Hope this information helps 🙂

    Cheers

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

This topic contains 5 replies, has 3 voices, and was last updated by  aman204 13 years, 9 months ago.

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