-
AuthorPosts
-
chicagouser Friend
chicagouser
- Join date:
- March 2011
- Posts:
- 55
- Downloads:
- 0
- Uploads:
- 13
- Thanked:
- 2 times in 1 posts
July 8, 2011 at 6:39 am #166057hello.
please look at attached or go to ithelpdeskstreet.com. i want to take mainmenu to the right corner of the screen and very bottom of the main page there are black color line which seems to be so weird. how do i remove this black line and take menu to the top right corner of the screen.
please guide me step by step in very easy way because im totally nill in html.
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 13, 2011 at 5:05 am #400889Hi Chicagouser,
1. To align the menu to the right please open templatesja_orescsstemplate.css, add this:
ul.level0 {
float: right;
}
2. To change color of the mentioned section please find this code in template.css:
#ja-container {
position: relative;
z-index: 5;
border-top: 1px solid #252525;
border-bottom: 1px solid #252525;
background-color: #1C1C1C;
padding: 20px 0;
}
then change the color code of background-color (#1C1C1C).AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Weird issue
Viewing 2 posts - 1 through 2 (of 2 total)