Page 1 of 1

Strange error in article object

Posted: Tue Jun 16, 2020 7:25 pm
by Fender
On this page https://www.yamaru.nl/activiteiten-indonesie.html I have copied a layoutgrid
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>
The css is

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;
}
Why?

Re: Strange error in article object

Posted: Tue Jun 16, 2020 8:25 pm
by Pablo
I do not see anything wrong on the page.
Maybe you will need to clear your browser cache?

Re: Strange error in article object

Posted: Tue Jun 16, 2020 8:58 pm
by Fender
You are right! I thought that I refreshed the page but I used the wrong way sorry!