FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
4 module bottom tab navigation (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: 4 module bottom tab navigation
#656
Bart (Visitor)
Click here to see the profile of this user
Birthdate:
4 module bottom tab navigation 5 Months, 1 Week ago  
on my site, the frontpage (http://www.ypresrally.com/) the 4 module bottom tab navigation is always on the bottom of the page.

When i visit this page : http://www.ypresrally.com/index.php?option=com_content&task=view&id=5&Itemid=7

the tab navigation is not on the bottom but under the text. There is free space at the bottom of the page and i want the tab navigation there.

How can i change this so it's always on the bottom like the frontpage ? Can i change the css ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#673
stoker (Admin)
Admin
Posts: 534
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:4 module bottom tab navigation 5 Months, 1 Week ago Karma: 6  
Hi Bart,
I had a look at your site and it makes sense why there is the space below the tabs. If you look at the contents of your sidebar, they are quite a bit longer than your "content". Then if we look at your content, the tabs come directly after whats in the content div. The only way i can think of getting around this would be to set your "content" div to relative and then set the wrapping div of the tabs to be absolutely positioned (bottom left). I am not sure (off hand) whether this would work just using the tabs container or if you would need to add an additional div to achieve the end result you are after..

Give it a try and let me know if you come right. If not, send me a login and i will take a look..

Cheers,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#674
wrc123 (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:4 module bottom tab navigation 5 Months, 1 Week ago Karma: 0  
Hi stoker,

thx for your help. How can i sent you a login. I can not find your email ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#683
stoker (Admin)
Admin
Posts: 534
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:4 module bottom tab navigation 5 Months, 1 Week ago Karma: 6  
Hi Bart,
I am not sure if this will work, but try adding the following to your template_css.css:

#main_content{
position: relative;
min-height: 500px;
}
#tabcontainer{
position: absolute;
bottom: 10px;
left: 8px;
}

Cheers,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#695
wrc1 (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:4 module bottom tab navigation 5 Months, 1 Week ago Karma: 0  
it didn't work another solution or is it not possible what i want with that tab navigation ?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#702
stoker (Admin)
Admin
Posts: 534
graphgraph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:4 module bottom tab navigation 5 Months ago Karma: 6  
Hi Wrc1,
I'm not sure what else to suggestion without digging further into your code, which would fall under template customization, not support
Sorry i cant be more help!
Cheers,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Love Thy Favicon!

Click on a block to select it..