Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Modules
»
Super articles , words out of the border in mobile version
« previous
next »
Print
Pages: [
1
]
Author
Topic: Super articles , words out of the border in mobile version (Read 4629 times)
ipghmagnet
Full Member
Posts: 108
Super articles , words out of the border in mobile version
«
on:
May 13, 2015, 06:59:16 »
Dear Elxis Heros,
I have set mobile front disabled.
And I view my website :www.nbvsmagnetic.com in mobile phone.
The super articles module is not working fine. The words are out of the border and looks bad..
Pls kindly support..
Thanks..
IP GH MAGNET
Logged
neodymium magnet
www.nbvsmagnetic.com
speck
Elxis Community
Sr. Member
Posts: 348
Re: Super articles , words out of the border in mobile version
«
Reply #1 on:
May 13, 2015, 14:33:03 »
u need create your own media css classes for mobile.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Super articles , words out of the border in mobile version
«
Reply #2 on:
May 13, 2015, 17:31:59 »
Module Super articles
needs some work on the html and the CSS to become responsive.
Remove inline CSS and use css code like that:
div.superarticles .col4_contentsup1,
div.superarticles .col4_contentsup2,
div.superarticles .col4_contentsup3,
div.superarticles .col4_contentsup4 {
width:24%; float:left; margin:0 1% 0 0;
}
@media only screen and (max-width: 650px) {
div.superarticles .col4_contentsup1,
div.superarticles .col4_contentsup2,
div.superarticles .col4_contentsup3,
div.superarticles .col4_contentsup4 {
float:none; width:auto; margin:0 0 10px 0;
}
}
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
ipghmagnet
Full Member
Posts: 108
Re: Super articles , words out of the border in mobile version
«
Reply #3 on:
May 15, 2015, 15:30:15 »
Thanks for you all.
But i am a part time web builder. I don't know where to put the above code..
I have changed my website display way to avoid this kind of problem.
Is there possible to develop this module to apply for different templates. Just like other modules which can work well.
Best regards.
ip gh magnet
Logged
neodymium magnet
www.nbvsmagnetic.com
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Modules
»
Super articles , words out of the border in mobile version