-
AuthorPosts
-
January 7, 2015 at 9:45 pm #376476
Hello Support,
The Homepage we have The Blog setup and the widget area on the right:
Currently the blog posts looks like this:
How can we make the blog post look like the screen cap below:
Hope someone can help.
Thanks,
KPJanuary 7, 2015 at 10:24 pm #376499Hello Support,
I figured it out but just wanted to check with you guys if the code I put in is right.
/* HOME ANIMATED NUMBERS LAYOUT */
.number_prepared .avia-animated-number-title{float: left !important;}.avia-animated-number-content{float: left !important; margin-left: 15px !important; line-height: 19px !important; width: 150px !important; height: 40px !important; text-align: left !important;}
/* HOME ANIMATED NUMBERS */
.avia-animated-number-title {
font-family: ‘Roboto’, sans-serif !important;
font-weight:100 !important;
}.avia-animated-number-content {
font-family: ‘Roboto’, sans-serif !important;
font-weight:100 !important;
line-height: 1.1em !important;
height:0% !important;
margin-top: 6px !important;
}/* BLOG POST LAYOUT */
#top .fullsize .template-blog .blog-meta {
display: block;
float: left;
margin: 0 auto;
overflow: hidden;
position: relative;
text-align: center;
z-index: 1000;
}.entry-content-wrapper.clearfix.standard-content {
float: right;
}/* BLOG POST TITLE ALIGN LEFT */
#top .fullsize .template-blog .post-title {
text-align: left;
}/* BLOG POST DATE INFO ALIGN LEFT */
#top .fullsize .template-blog .post-meta-infos {
text-align: left;
}/* BLOG POST IMAGE SIZE */
.small-preview, #top .fullsize .template-blog .blog-meta {
width: 140px;
height: 100%;
}/* BLOG POST IMAGE */
.small-preview {
border-radius: 100% !important;
}/* IPAD PORTRAIT & LANDSCAPE – BLOG POST LAYOUT */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* BLOG POST LAYOUT */
#top .fullsize .template-blog .blog-meta {
display: block;
float: left;
margin: 0 auto;
overflow: hidden;
position: relative;
text-align: left;
z-index: 1000;
}.entry-content-wrapper.clearfix.standard-content {
float: right;
width:70%;
text-align: left;
}p {
margin: 0.85em 0;
text-align: left;
}
}/* IPHONE 4S PORTRAIT & LANDSCAPE – BLOG POST LAYOUT */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* BLOG POST LAYOUT */
#top .fullsize .template-blog .blog-meta {
display: block;
float: left;
margin: 0 auto;
overflow: hidden;
position: relative;
text-align: center;
z-index: 1000;
}.entry-content-wrapper.clearfix.standard-content {
float: right;
width:70%;
}p {
margin: 0.85em 0;
text-align: left;
}/* BLOG POST IMAGE SIZE */
.small-preview, #top .fullsize .template-blog .blog-meta {
width: 80px;
height: 100%;
}
}Thanks,
MP- This reply was modified 9 years, 10 months ago by Kevin.
January 8, 2015 at 6:08 pm #376966Hi!
Glad you got it sorted. That looks okay. If you see any other issues then let us know and we’ll take a look.
Cheers!
Elliott- This reply was modified 9 years, 10 months ago by Elliott.
January 9, 2015 at 5:19 pm #377453Hello Elliott,
Yea so it works fine on ipad in portrait/landscape fine and on the browser full screen but once you begin making the browser a little small it doesn’t size properly and looks messy… let me know what I can do to fix it.
looks good as you can see here:
When resized it looks all messy:
Thanks,
MPJanuary 11, 2015 at 6:04 pm #377992Hey!
I think you have to be logged in to view that page. Send us a login and we’ll take a look.
Best regards,
ElliottJanuary 13, 2015 at 2:06 am #378609Thanks the issue is fixed Eliott… thanks again.
-
AuthorPosts
- The topic ‘Blog Post Question’ is closed to new replies.