Small CSS issues

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Dec 13, 2014 1:51 pm
Reply with quote
Report this post
Hello !

I've just realized that there is a small issue using this template on mobile.

When you look from a mobile the left padding is reducing lots of space.

So I'd like to know how we can remove or reduce the left padding from the main text elements: http://dubaishines.com/blog/accomodatio ... tions.html http://awesomescreenshot.com/0fd40ym17e

> Subtitle info (category etc.)
> Text
> Comment
> Social and extra info

I tried to add this in override.css but then I had some other small issue in the blog post list http://awesomescreenshot.com/0ab40ym3c8 http://dubaishines.com/blog/Latest.html

Code: Select all
#ezblog-body .blog-brief {
   padding-left: 0;
   }
   
#ezblog-body #socialbutton {
   padding-left: 0px;
}

#eblog-wrapper #section-comments {
   padding-left:  0px;
}

#ezblog-body .blog-text {
   padding-left: 0px;
}


do you know how I can fix:

> Left padding for the blog posts
> Button read more alignement

Tks a lot !
User avatar
Gold Boarder

GK User
Mon Dec 15, 2014 6:05 am
Reply with quote
Report this post
Any idea by chance ? :/
User avatar
Gold Boarder

teitbite
Tue Dec 16, 2014 8:32 pm
Reply with quote
Report this post
Hi

Please add this to mobile.css file:

Code: Select all
#ezblog-body .blog-head,
#ezblog-body .blog-brief,
#ezblog-body .blog-text,
#ezblog-body #socialbutton,
#ezblog-body .facebook-likes,
#eblog-wrapper #section-comments {
    padding-left: 0;
}
User avatar
Moderator

GK User
Wed Dec 17, 2014 11:22 am
Reply with quote
Report this post
Hello !

Tks ! But I have now the date over the title :) http://awesomescreenshot.com/0b941r3f82

http://dubaishines.com/blog/family/comi ... -kids.html

Btw is it not better to put it in override.css ?

Tks !
User avatar
Gold Boarder

teitbite
Fri Dec 19, 2014 7:27 pm
Reply with quote
Report this post
Hi

Override.css may be overwritten by mobile.css file since it's only loaded for specific screen width. So this is better to keep there.


Add this there as well for date fix:

Code: Select all
article header > time, #ezblog-body .blog-header > time, #ezblog-body .blog-head > time {
    padding: 10px;
    position: relative;
    top: 0;
    width: 100px;
    margin: 0 auto 15px;
    display: block;
   
}

article header > time span, #ezblog-body .blog-header > time span, #ezblog-body .blog-head > time span {
    display: inline;
    margin-left: 10px;
}
User avatar
Moderator

GK User
Sat Dec 20, 2014 7:33 am
Reply with quote
Report this post
Hellooooooooo !

Tks it's almost ! I've just realized those small issues: http://awesomescreenshot.com/00442i77cb when you resize this page http://dubaishines.com/blog.html the title is not in 100% width and a part is cropped on the side.

Do you think you can solve this one too ?

Tks a lot !
User avatar
Gold Boarder

teitbite
Sun Dec 21, 2014 3:33 pm
Reply with quote
Report this post
Hi

You are missing this in mobile.css

Code: Select all
#ezblog-body .blog-header {
    padding-left: 0;
}
User avatar
Moderator

GK User
Mon Dec 22, 2014 5:35 am
Reply with quote
Report this post
Much better ! Tks u !
User avatar
Gold Boarder


cron