-
AuthorPosts
-
seaneo Friend
seaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 23, 2012 at 5:48 pm #181641Hello,
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
-
seaneo Friend
seaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 24, 2012 at 1:21 pm #471001Hello, any help here please? thank you
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 25, 2012 at 10:39 am #471087Please, this is hot, any help please?
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
October 26, 2012 at 10:18 am #471181Please Joomlart, or somebody, please help on this.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
October 27, 2012 at 7:35 am #471242Hi
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
1 user says Thank You to Wall Crasher for this useful post
-
AuthorPosts
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
Jump to forum