Forum replies created
please provide the website with the Transposh plugin, have to check the source code
well, as the columns are floated left this will be problem with responsiveness, anyway if you wanna align it, you could try something like:
.t4p-column {
display: table-cell;
float: none;
vertical-align: middle;
}
what IE version? I tested your website on IE9 and it works fine
you could try something like, Custom CSS:
.header-wrapper {
margin-bottom: -100px;
z-index: 9999;
}
#header {
background-color: transparent;
}
the view is fine….as it should be….anyway, from the screenshot I suppose you are using an older version of evolve…I would suggest to upgrade it.
tried to clear the browser’s cache?
try another browser too, safari, opera etc. if they work, then problem will be in your chrome
the website is still not loading 🙁