Support › Forums › Support (Legacy) › Some changes for the Scoop theme 3
Tagged: scoop
-
AuthorPosts
-
07/05/2016 at 10:29 #1452
Thanks a lot π
07/05/2016 at 11:21 #1453I see now there is a little problem with the theme for mobiles, when you click in a category with the mobile or when you search for something in the mobile, the list that is shown shows in the left a little image of the post and in the right side the title and excerpt, is not possible to show this image with all the width of the mobile and under the title and the excerpt? Or at less that the text is not align in the right. See this example images of what happen:
Thanks a lot.
08/05/2016 at 8:26 #1454You are referring to an archive right?
I don’t see a search bar on your website so could you send me a link to a page like this?
08/05/2016 at 10:43 #1455This reply has been marked as private.08/05/2016 at 13:06 #1459Unfortunately there isn’t a built-in way to set the mobile’s display because this is an archive (archive layouts are set according to what is set in Theme Options > Content for desktop and mobile).
But try inserting the following code and let us know if it works:
@media (max-width: 768px){ .media>.pull-left{max-width:100% !important;} .media-body{width:100% !important;} }
08/05/2016 at 15:09 #1464That works perfect! π Thanks a lot
08/05/2016 at 21:46 #1465This reply has been marked as private.09/05/2016 at 14:39 #1470Could you send us links to the pages?
09/05/2016 at 17:18 #1472The problem only happens in the homepage, now is included your code and you can see in the homepage that the posts with little images have the title and excerpt under the image and not in the right of the image as is shown when there is not the code.
Thanks a lot π
10/05/2016 at 7:57 #1476Ok try inserting the following code instead of the code I gave you:
@media (max-width: 768px){ .media>.pull-left{max-width:100% !important;} .archive .media-body{width:100% !important;} }
14/05/2016 at 9:43 #1532Thanks, I tried and work well in the homepage and inside the categories archive but when you search something (with mobile) the results only show images and not text, you can see an example here or take a look to the web:
Thanks a lot.
15/05/2016 at 13:37 #1546Ok try adding the following code (in the @media selectors):
.search-results .media>.pull-left {max-width: 40% !important;}
28/05/2016 at 9:48 #1607Thanks, now the results search page is shown like this:
Is possible to show a right sidebar in the results search page? I think with this change the results search page will be shown well in mobiles…
Thanks a lot,
Dani29/05/2016 at 6:41 #1608This reply has been marked as private.31/05/2016 at 7:02 #1620Thanks a lot, I will try it π
02/06/2016 at 15:13 #1654One question, you tell this in the reply #1378 and #1383 in this topic:
3. So you can reduce the spaces between the menu elements only for tablet (set it by resolution).
We are actually working on a product that will enable this in a built-in way.
The same answer goes for your other questions regarding the menu, you can do these with CSS.
However unfortunately we donβt provide such customization coding, we generally provide support regarding technical issues..
and
2. This product will work in the future, however in the meantime you can use some CSS coding.
————-
Are you speaking about ELEMENTOR? If yes I will try it for fix this π
Thanks a lot.
02/06/2016 at 15:58 #1655This reply has been marked as private.02/06/2016 at 21:59 #1657I understand. Thanks a lot for your answer π
-
AuthorPosts
The forum ‘Support (Legacy)’ is closed to new topics and replies.