-
AuthorPosts
-
Aratype Friend
Aratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
August 11, 2015 at 9:40 am #659775Dear all,
I believe that in iPhone 6 plus horizontal presentation should be reviewed.
IMHO the presentation should give 2 articles side by side not only one as it is the case now. What you think, this is some thing easy to add?
Thanking you in advance.
My website: http://www.tiqana.net
but I am also talking about your template…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
August 25, 2015 at 10:17 am #665136Hi Saguaros,
Thank you! I have a question: could I do as iPhone6+ horizental position = iPad vertical position?… This actually will fit perfectly…
Aratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
August 25, 2015 at 10:17 am #746527Hi Saguaros,
Thank you! I have a question: could I do as iPhone6+ horizental position = iPad vertical position?… This actually will fit perfectly…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 26, 2015 at 4:15 am #665476It seems that you customise your site already and I don’t know where the part in your screenshot belongs to.
Try to use editor like Firebug, you will see the div:
<div class=”magazine-item col-sm-6″ itemtype=”http://schema.org/Article” itemscope=””>you can find the associated PHP file which renders this div and add a new class: col-xs-6, it will look like:
<div class=”magazine-item col-sm-6 col-xs-6” itemtype=”http://schema.org/Article” itemscope=””>Then open the css file which you add custom css code and use this rule:
@media (max-width: @screen-xs) {
.magazine-item.col-xs-6 {
width:100%;
}
}
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 26, 2015 at 4:15 am #746622It seems that you customise your site already and I don’t know where the part in your screenshot belongs to.
Try to use editor like Firebug, you will see the div:
<div class=”magazine-item col-sm-6″ itemtype=”http://schema.org/Article” itemscope=””>you can find the associated PHP file which renders this div and add a new class: col-xs-6, it will look like:
<div class=”magazine-item col-sm-6 col-xs-6” itemtype=”http://schema.org/Article” itemscope=””>Then open the css file which you add custom css code and use this rule:
@media (max-width: @screen-xs) {
.magazine-item.col-xs-6 {
width:100%;
}
}
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum