WebSite X5Help Center

 
DARIUS CRUZ
DARIUS CRUZ
User

Text header not appearing in responsive view  en

Autor: DARIUS CRUZ
Besucht 1802, Followers 1, Geteilt 0  

I have watched the video "How to create a Responsive Website without coding" In the Desktop Template customization for Header, I inserted a text and when I preview it on desktop 960px I can see it, but then when I changed it to 840px or 480 px the text does not show. I already check/tick the enable responsive website in the beggining of the project. So how can the Text header appear in responsive view 840px or 480 px?

Gepostet am
2 ANTWORTEN - 2 NüTZLICH - 1 KORREKT
Paul M.
Paul M.
Moderator

Hello Darius,

You need to create a separate header for the responsive viewport(s) in accordance with the instructions in the WebSite X5 help file:

http://help.websitex5.com/en/v12/pro/index.html?responsive_ht.htm

http://help.websitex5.com/en/v12/pro/index.html?responsive_template.htm

You customise the responsive template in Step 1 General Settings > Template Style > Responsive Template Structure

If you want some text in the header image for the responsive template then you can use a free image editor such as Paint to create one.

You can also choose to display a company/organisation logo in lieu of the text.  Bear in mind that in smaller viewports the header can become very cramped, so the simpler the better.

Kind regards,

Paul

Mehr lesen
Gepostet am von Paul M.
Jamie B.
Jamie B.
User

If its just a txext logo you can try this

<style>
@media (max-width: 960px) {
div.imTemplateContent {
display: block !important;
}
</style>

Make sure your logo is on the left side of the site, if this does not work click on save as png and it should definately work with this code heres a demo http://www.x5tuts.com/demo/responsive-tabs/ resize the browser to see it work.

regards

jamie

Mehr lesen
Gepostet am von Jamie B.