Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • seaneo Friend
    #181641

    Hello,

    Right now my site ( http://173.254.15.37/next ) looks like this in an Iphone:

    How can I modify the code or do something else in the back-end, that can allow me to add a line of text like in this mock up:

    Thank you


    1. wmmc
    2. wmmce
    seaneo Friend
    #471001

    Hello, any help here please? thank you

    seaneo Friend
    #471087

    Please, this is hot, any help please?

    seaneo Friend
    #471181

    Please Joomlart, or somebody, please help on this.

    Wall Crasher Developer
    #471242

    Hi

    You can follow this step to add your custom text.
    1. Edit templatesja_wallindex.php at line 124:
    <!– //LOGO –>
    <div class=”addtext”>
    <p>Hello world</p>
    </div>

    Replace Hello world with your text.

    2. Add following css to bottom of templatesja_wallcsstemplate.css

    .addtext {
    display: none;
    }

    3. Add following css to bottom of templatesja_wallcsslayout-mobile.css

    .addtext {
    display: block;
    position: absolute;
    top: 45px;
    height: 45px;
    width: 100%;
    border-bottom: 1px solid #3F3F3F
    line-height: 45px;
    }

    .addtext p {
    text-align: center;
    }

    4. Modify templatesja_wallcsslayout-mobile.css
    – Line 311:
    #mainnav {
    left: 0;
    top: 90px; /* Change this value to 90px */
    width: 100%;
    }

    – Line 235

    #header {
    height: 135px; /* change this to 135px */
    position: absolute; /* Enable full page scrolling */
    }

    #header .main {
    height: 135px; /* change this to 135px */
    }

    That’s all.

    Hope it works on your side.

    Regards

    seaneo Friend
    #471277

    thank you! will be attending to this this weekend and let you know

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

This topic contains 6 replies, has 2 voices, and was last updated by  seaneo 12 years ago.

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