iphone
- mido
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
15 years 4 weeks ago #5018
by mido
Hi Saka
Inside the Ajax scroller , I did box with arrow and I changed the font size direct from joomla editor. so everything is ok.
but when i browth with iphone , the font size is 8 and everything look ok , but when i click on the arrow , the size go back to 10 and I dont see readmore, because the font size 10 will push it out of the box.
any idea?
Inside the Ajax scroller , I did box with arrow and I changed the font size direct from joomla editor. so everything is ok.
but when i browth with iphone , the font size is 8 and everything look ok , but when i click on the arrow , the size go back to 10 and I dont see readmore, because the font size 10 will push it out of the box.
any idea?
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
15 years 4 weeks ago #5021
by Saka
Emir Sakic
www.sakic.net
Best to change the font size with custom CSS.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- mido
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
15 years 4 weeks ago #5024
by mido
in your module ? where to change it? is it here?
div#mScroller23 div p {
margin: 0;
text-align: right;
}
if yes , I did already , but nothing changed.
please tell me by details , how to change the font , and to stay there when i use iphone.
thanks.
div#mScroller23 div p {
margin: 0;
text-align: right;
}
if yes , I did already , but nothing changed.
please tell me by details , how to change the font , and to stay there when i use iphone.
thanks.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
15 years 3 weeks ago #5027
by Saka
Emir Sakic
www.sakic.net
Hard to tell without seeing what you are trying to do.
Try here:
div#mScroller23 {
display: block;
margin: 0;
padding: 0;
font-size: 8px;
}
Try here:
div#mScroller23 {
display: block;
margin: 0;
padding: 0;
font-size: 8px;
}
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- mido
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
15 years 2 weeks ago #5035
by mido
HI Saka
i disabled all code from jomla administrator editor. and just add css
div#mScroller23 {
display: block;
margin: 0;
padding: 0;
font-size: 8px;
}
and still the same , when i load the page on iiphone , first the fonts look ok , but when i click on the arrow to go to other page , the phone become bigger , which will make the read more disappear.
I understand , if you dont have i phone to try , it will be difficult to locate the problem.
please if someone is reading this post , and can confirm the problem. or can add his page here , so i can test with my iphone.
thanks
Hard to tell without seeing what you are trying to do.
Try here:
div#mScroller23 {
display: block;
margin: 0;
padding: 0;
font-size: 8px;
}
HI Saka
i disabled all code from jomla administrator editor. and just add css
div#mScroller23 {
display: block;
margin: 0;
padding: 0;
font-size: 8px;
}
and still the same , when i load the page on iiphone , first the fonts look ok , but when i click on the arrow to go to other page , the phone become bigger , which will make the read more disappear.
I understand , if you dont have i phone to try , it will be difficult to locate the problem.
please if someone is reading this post , and can confirm the problem. or can add his page here , so i can test with my iphone.
thanks
Please Log in or Create an account to join the conversation.