
-
AuthorPosts
-
October 24, 2018 at 6:04 pm #1026023
Hello,
Please I want to add a text in header, between title and breadcrumb. A short text, like 20 characters or so.
Any idea, please?
Thank you and best regards,
Kti-
This topic was modified 6 years, 10 months ago by
ktistai.
October 24, 2018 at 6:09 pm #1026026and what should happen if breadcrumb gets bigger than this in your screenshot
October 24, 2018 at 7:34 pm #1026067I have a max level 3 depth in the site that I’m talking about:
homepage >> some other page >> sub-page
Also, the message should only use like half or 2/3 of the space between Title and Breadcrumb.-
This reply was modified 6 years, 10 months ago by
ktistai.
October 27, 2018 at 10:32 am #1026989a quick and dirty solution might be to insert pseudo content like:
.title_container .main-title::after { content: "here is your short text"; position: absolute; left: 50%; transform: translateX(-50%); font-size: 24px; font-weight: bold; }
you have to decide what should happen on responsive case on very small screens to it.
-
This reply was modified 6 years, 10 months ago by
Guenni007.
October 27, 2018 at 12:53 pm #1027002f.e. :
.title_container .main-title::after { content: "abc - die Katze liegt im schnee"; position: absolute; left: 50%; transform: translateX(-50%); font-size: 20px; font-weight: bold; } @media only screen and (max-width: 767px) { .title_container .main-title::after{ position:absolute; left:auto; right: 0; transform: none; text-align: right; } }
October 27, 2018 at 5:28 pm #1027115Hey, it gets the job done and actually looks pretty neat.
Thank you, much appreciated.
It works!October 27, 2018 at 6:40 pm #1027151Hi ktistai,
Glad Guenni007 helped you to get it working.
If you need further assistance please let us know.
Best regards,
VictoriaOctober 27, 2018 at 7:06 pm #1027165Any idea, please, what effect is this from the slide show?
https://www.hotelcismigiu.ro/camere/apartament-deluxe
Is it the Ken Burns or something similar?
Thank youOctober 30, 2018 at 10:54 pm #1028246Hi,
Yea it does seem to be Ken Burns yes!
Best regards,
Basilis -
This topic was modified 6 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.