Hi there!
I´ve created my own template. Unfortunately the 'Pre-Nav Text' and 'Post-Nav Text' are placed in '< p> < /p>'. This destroy my layout so my question: Where can I delete these HTML-Tags -or in what File can I find this tag?
Thanks!
Hi there!
I´ve created my own template. Unfortunately the 'Pre-Nav Text' and 'Post-Nav Text' are placed in '< p> < /p>'. This destroy my layout so my question: Where can I delete these HTML-Tags -or in what File can I find this tag?
Thanks!
The p tags are automatic...rewrite your stuff with div tags wrapping it and/or simply use style rules to deal with the p tags.
could you please tell me what css tag are able to do this.
I tried 'white-space: nowrap;' but this doesn´t work.
This thread is where you should start.
white-space: nowrap; etc won't do the trick- you should asign atributtes for that specific css selector only or encapsulate your stuff in divs, as Vaska suggested.
I´m not a beginner in HTML/ CSS or PHP. So I found a another solution. Thank for your help.
Maybe others might find your solution helpful?
yes you´re right Vaska.
put them in seperated div´s an give the div´s a 'float' to the left (or the right) side.
BTW: Great CMS you´ve created. it´s just simple to use. Maybe you know Joomla. I got it before I found your Indexhibit. Joomla was always to big and got a lot of setting I´ve never used. Thank you and keep going :-)
Since it's Sunday I would like to add a bit more info for further reference.
One method is to define divs in you style.css and call them in your pre-nav and post-nav text boxes.
The second method is to use the #menu p selector.
#menu p:first-child {...} for your pre-nav content and
#menu p { ... } for your post-nav content.
Hope this helps...
Hi Vaska,
The p tags are automatic...
So presumably it'll be impossible to use Pre and Post-Nav for adding extra text into the page title, without the 'p' tags being visible?
Loving the CMS btw, keep coming back to it.
Cheers.
Can I have the original Pre nav text code please?~~I want to have my home section back~~what should I do?
never mine~~~just dont put anything and it come back haha
...or type an empty space and it goes away again. Magic!
"...BAZINGA! I dontÔªø care..."
Hi!
\n\nI\'m having great trouble with my pre and post navs following the css. I haven\'t done much coding ever so I\'m a little stumped as to why it\'s not acting the same as the menu.
\n\n\n\nCheers!!
...meaning?
I want the pre-nav and post-nav to align with the menu texts but can\'t seem to be able to work it out...
\n\nthanks for the quick response
You need to be logged in to post.