Strange error in article object

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Strange error in article object

Post 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?
Last edited by Fender on Tue Jun 16, 2020 9:01 pm, edited 1 time in total.
User avatar
Pablo
 
Posts: 23451
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Strange error in article object

Post by Pablo »

I do not see anything wrong on the page.
Maybe you will need to clear your browser cache?
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Re: Strange error in article object

Post by Fender »

You are right! I thought that I refreshed the page but I used the wrong way sorry!
Post Reply