WebSite X5Help Center

2 ANSWERS - 1 CORRECT
Andre E
Andre E
Moderator

This looks truly strange. Try in x5 with ctrl button pressed the preview.

If problem is gone then do a full upload and test again on site (press F5 in your browser when visiting that page)

If it's not gone, try to export project, import it again and start the earlyer mentioned procedure.

Read more
Posted on the from Andre E
John Wakelin
John Wakelin
User
Author

Hi Andre E, Thanks for quick respons. try above, did not work. Seems to cleared the problem, solved if I move bootstrap-min.css to top of links in head all works ok. 

If in amongst other css files it does not work. See below

ORIGINAL TEXT

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style/reset.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/print.css?13-0-3-22" media="print" />
<link rel="stylesheet" type="text/css" href="style/style.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/template.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/bootstrap.min.css" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/menu.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/responsive-calendar.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="pluginAppObj_4_04/style.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="appsresources/jssor.slider.css" media="screen, print" />

ABOVE CSS FILES

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style/bootstrap.min.css" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/reset.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/print.css?13-0-3-22" media="print" />
<link rel="stylesheet" type="text/css" href="style/style.css?13-0-3-22" media="screen,print" />
<link rel="stylesheet" type="text/css" href="style/template.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/menu.css?13-0-3-22" media="screen" />
<link rel="stylesheet" type="text/css" href="style/responsive-calendar.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="pluginAppObj_4_04/style.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="appsresources/jssor.slider.css" media="screen, print" />
<link rel="stylesheet" type="text/css" href="pcss/contact.css?13-0-3-22-636205472851788787" media="screen" />
<script type="text/javascript" src="res/jquery.js?13-0-3-22"></script>

Thanks John

Read more
Posted on the from John Wakelin