Erro Page Posts

Writer, blogging theme for writers and authors | Support forum.
GK User
Thu Nov 06, 2014 4:58 pm
In the pages which shows the contents, at the top where the photo of the author appears, is in error, how can I do to solve? see attached image ...
User avatar
Senior Boarder

GK User
Thu Nov 06, 2014 10:32 pm
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Fri Nov 07, 2014 3:39 am
User avatar
Senior Boarder

GK User
Fri Nov 07, 2014 9:00 am
Hi,

I'm not sure why on your avatar image, there's additional class "alignone", which causes the issue.

Please add the following code into your css/override.css file:
Code: Select all
.item-author img.alignnone {
  margin: -85px 22px 0 0;
}
User avatar
Moderator

GK User
Mon Nov 10, 2014 3:04 am
Thank you, God bless you ...
User avatar
Senior Boarder

GK User
Thu Nov 13, 2014 3:54 pm
When I resize screen look like it is in the attached image, but the demo did not ...
How to solve this problem?
User avatar
Senior Boarder

GK User
Thu Nov 13, 2014 11:50 pm
Please add also the following code:

Code: Select all
@media (max-width: 1600px) {
 .item-author img.alignnone {
    margin-top: -40px;
    width: 80px!important;
  }
}
User avatar
Moderator

GK User
Fri Nov 14, 2014 5:16 am
Thank you so much, God bless
User avatar
Senior Boarder


cron