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 !