and replaced the text with new text.
Huisbezoeken and Bezoeken aan Sayap Kasih (layoutgrid 5)
In preview with browser also in responsive view everything is fine
however on my phone android galaxy S6edge the heading is Amita bold instead off calibri bold all the other articles
are showing as it should also the text is occupying the whole width off the grid with no glutter!
I can't figure it out what went wrong all my settings are the same for each article
The html for the article is
Code: Select all
<div class="blogitem">
<$HEADING$ class="blogsubject">$SUBJECT$</$HEADING$>
<div class="blogthumb">$IMAGE$</div>
$TEXT$<br>
</div>
Code: Select all
#$ID$ .blogsubject
{
display: block;
margin: 0;
padding: 0;
}
#$ID$ .blogthumb
{
margin: 0 0 5px 0;
float: right;
padding: 0 5px 0 0;
}
#$ID$ .blogthumb img
{
border-width: 0px;
width: $IMAGEWIDTH$px;
height: auto;
margin: $IMAGE_MARGINTOP$px $IMAGE_MARGINRIGHT$px $IMAGE_MARGINBOTTOM$px $IMAGE_MARGINLEFT$px;
}