Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Top space between link bar and body
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Top space between link bar and body
#7196
Top space between link bar and body 13 Years, 7 Months ago Karma: 0
Hi

Im redoing my website www.pixelestudios.com/cms and Im using this nice plugin ariextmenu. Ive used it before with no problem as a 100% div , but now have it on the top side like 480px and it shows me a bug.

You can see a red div and black div, the button should be aligned on the red div and they are middle in red and the other half on black.

Anyone who know or have an idea how to fix it?

Thanks
The administrator has disabled public write access.
 
#7197
Re:Top space between link bar and body 13 Years, 7 Months ago Karma: 747
Hello,

This isn't menu problem. This problem with incorrect HTML code in your site template. Open index.php file of site template, find the next code:

Code:


    <div class="logo"><a href="http://www.pixelestudios.com"><img src="/cms/templates/px/images/logo.png" alt="Diseno Paginas Web Costa Rica - Pixel Estudios" style="float:left;"/><a/></div>



and use the following code:

Code:


    <div class="logo"><a href="http://www.pixelestudios.com"><img src="/cms/templates/px/images/logo.png" alt="Diseno Paginas Web Costa Rica - Pixel Estudios" style="float:left;"/></a></div>



In other words this code contains incorrect closed <a/> tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7222
Re:Top space between link bar and body 13 Years, 7 Months ago Karma: 0
Thanks ! sometimes I focus so much on other things that dont even take care of little details, when the solution can be quite easy!

Thanks again !
The administrator has disabled public write access.
 
Go to topPage: 1