Tagged: x
-
AuthorPosts
-
July 25, 2016 at 10:39 am #1102014
JoaoModeratorHi There,
Would mind clarifying and pointing the URL of the page you are having issues with the layout?
Also please provide a simple yet detailed information of what would be your goal in that page.
Also provide any useful informastion and provide us login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
Joao
July 25, 2016 at 11:51 am #1102148
tashitendrelParticipantThis reply has been marked as private.July 25, 2016 at 12:25 pm #1102205
JoaoModeratorHi There,
Unfortunely the user you created for use is very limited and it is not possible to test the solution before providing you a tailored css.
Please try adding the following code:
.archive .category .entry-featured { width: 40%; float: left; margin: 45px; }Let us know how it goes
Joao
July 25, 2016 at 12:29 pm #1102208
tashitendrelParticipantThis reply has been marked as private.July 25, 2016 at 1:28 pm #1102284
JoaoModeratorHi There,
Please update this:
@media (min-width: 768px) { body:not(.single-post) .has-post-thumbnail .entry-wrap { float: left; width: 60%; padding: 30px 30px 30px 20px; } body:not(.single-post) .has-post-thumbnail { overflow: hidden; padding: 20px; } }to this:
@media (min-width: 768px) { body:not(.single-post) .has-post-thumbnail .entry-wrap { float: left; width: 40%; padding: 10px; box-shadow: none; } .post { background: white; } body:not(.single-post) .has-post-thumbnail { overflow: hidden; padding: 20px; } }Hope that helps
Joao
July 26, 2016 at 2:59 am #1103085
tashitendrelParticipantThank you all for the help – it’s really appreciated.
Finally I started again from the scratch and this is the whole code which does the trick:
@media (min-width: 768px){
.blog .entry-featured, .single-post .entry-featured, .category .entry-featured, .archive .entry-featured {
float: left;
max-width: 350px;
width: 30%;
margin: 2.5em 3em 1em 2.5em;
}
}This is all that was needed. And I am so relieved. thanks.
July 26, 2016 at 4:15 am #1103160
John EzraMemberYou’re most welcome and glad you got it to work!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1093286 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
