-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2008 at 1:44 am #131391I’ve unpublished the banner position at the bottom and what I want to do is have the footer menu items centered.
I’ve tried working with the CSS code but nothing I try seems to work.Hoping the Support Team can tell me what I need to do to get the footer menu items (and footer itself) centered on the page.
Thanks !!
TOM
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2008 at 10:19 pm #262599Anyone ??
:((
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 27, 2008 at 11:16 pm #262605Once you delete the lower banner… you can then center the menu and copyright area:
template_css.css line 1281
#ja-footer {
text-align:center;
}John.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 27, 2008 at 11:29 pm #262606I’ve actually tried that – several times . . . didn’t work
:((
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 27, 2008 at 11:31 pm #262607Then apparently the “banner” module is not deleted. You are not going to be able to get an ABSOLUTE center unless that module position is eliminated.
Got a URL so we can take a look.?
John
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 28, 2008 at 1:06 am #262614I deleted the banner position wihtin the index.php file – and made the modifications to the css as you suggested – but nothing happened.
Here is the css I have for the footer section:
#ja-footerwrap {
clear: both;
color: #999999;
height: 100px;
width: 100%;
text-align: center;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
}#ja-footer {
overflow: hidden;
position: relative;
height: 100px;
text-align: center;
}bigrk Friendbigrk
- Join date:
- February 2007
- Posts:
- 1425
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 39
- Thanked:
- 45 times in 15 posts
July 28, 2008 at 1:12 am #262615What about your URL so we can see exactly what we are dealing with?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
July 28, 2008 at 3:57 am #262631I prefer not to publicly post the url while it’s still in “development.”
Hope you understand – just a personal preference.Suffice to say, the suggestions above haven’t worked – yet.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 28, 2008 at 7:51 am #262681Hi !
You can do it following way below :
Open template_css.css file in templates/ja_iris/css folder , find following code section at about line 1288 :
#ja-footer {
height:100px;
overflow:hidden;
position:relative;
text-align:right;
}
change to :
#ja-footer {
height:100px;
overflow:hidden;
position:relative;
text-align:center;
}
continue , find following code section at about line 1310 :
#ja-footer ul {
margin:0;
padding:0;
position:absolute;
right:0;
top:15px;
}
change to :
#ja-footer ul {
margin:0;
padding:0;
right:0;
top:15px;
}
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by bigrk 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum