Re: Abbington Mega Template Support Thread
I am moving the #navMain links to the menubar - along with some other changes - and almost have it right, except that I cannot get the cart and checkout links sitting in the right position:
http://www.thedollhouse.com.au/catalog/
I have messed about with width, padding, float and margins, but nothing I have done has lifted it. It is some minor change I've made, as I had it right at the outset, but now I cannot see the error I have created. I'd appreciate some eyes cast over it!
Re: Abbington Mega Template Support Thread
No one? Am I in the wrong place? I ask here because of the significance of the mega-menu css.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
godt
I am moving the #navMain links to the menubar - along with some other changes - and almost have it right, except that I cannot get the cart and checkout links sitting in the right position:
http://www.thedollhouse.com.au/catalog/
I have messed about with width, padding, float and margins, but nothing I have done has lifted it. It is some minor change I've made, as I had it right at the outset, but now I cannot see the error I have created. I'd appreciate some eyes cast over it!
I would recommend adding a unique id to the li so that you can move it into the correct position.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Many thanks. I can see the wood, not the trees.
Re: Abbington Mega Template Support Thread
I want to change the tagline with these words:
women's own world
but the system is not allowing me to do this. I think this is due to the ' sign.
Can you please help me how can I put this ' sign without any error?
your immediate reply will be highly appreciated.
Re: Abbington Mega Template Support Thread
If you place a '/' after the apostrophe, that should do it.
So you would have
women'/s
Yes?
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
godt
If you place a '/' after the apostrophe, that should do it.
So you would have
women'/s
Yes?
I tried to to do this, but it did not help.
i tried as shown:
women's own world'/'
women'/s own world'
women's own world'/
but all these phrases give error.
please help.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
muteyaar
I want to change the tagline with these words:
women's own world
but the system is not allowing me to do this. I think this is due to the ' sign.
Can you please help me how can I put this ' sign without any error?
your immediate reply will be highly appreciated.
Because this is a php file you will need to escape any apostrophe's with a \ before it.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
muteyaar
I tried to to do this, but it did not help.
i tried as shown:
women's own world'/'
women'/s own world'
women's own world'/
but all these phrases give error.
please help.
No, the \ needs to go before the apostrophe.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
It did the job.
Thanks for your fast response and help.