WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Date/time current and last logged in. Empty Date/time current and last logged in. Fri Oct 01, 2010 4:20 pm

Reverse Simplicity


Registered Member
Registered Member
After having such luck here with my last CSS request I was hoping I could get another one in Very Happy
Date/time current and last logged in. Untitl13
1. Would it be possible to have the Current Date/Time move more onto the navbar?
2. Also (less likely) would it be possible for the last logged in date/time to be over the navbar rather than under it.

If 2. is not possible could I get the code to delete the last logged in date/time and the code to center current date/time on the navbar.

Now I'm going to try to find some questions/requests that I know/can find the answer too Very Happy



Last edited by Reverse Simplicity on Fri Oct 01, 2010 6:07 pm; edited 1 time in total

ankillien

ankillien
Administrator
Administrator
Hi,

You can remove the last login by adding this code...

Code:
#main-content .right {
display:none;
}

..and you can move the current time using this code...

Code:
#main-content p {
padding-left: 100px;
}

EDIT:

This is marked as solved bu the author, so I'll lock it Wink

Solved | Locked

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum