The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

4 Problems, should be relatively easy to fix

5 posters

Go down

In progress 4 Problems, should be relatively easy to fix

Post by axeon July 20th 2011, 4:35 pm

Hi guys,

PLEASE PLEASE HELP ME!!!

I have 3 problems,

2 are outlined below:

4 Problems, should be relatively easy to fix Captur11

I would like to remove the space between the banner and navigation bar.

Also I would like to move the login Widget (where is says Simp.Axeon in red) down to be inline with where the green line is.

And also, when a user is not logged in, I would like to make the Login widget and Last Posts aligned.
4 Problems, should be relatively easy to fix Captur13


And my other problem, is at the bottom of the webpage, I have footer links which I would like to get rid of.

They look like this

4 Problems, should be relatively easy to fix Captur12

If possible to be remove, that would be awesome.

Thank-you so much,
Matt Scaffidi
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by Vlajki July 20th 2011, 4:39 pm

The last one:
You have to pay to remove FM default footer. If you want to know how to do it, visit this link
https://help.forumotion.com/t93570-hey-guyz#603200
Vlajki
Vlajki
Forumember

Male Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 22nd 2011, 3:40 am

BUMP... I still have 3 problems left

PLEASE HELP
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 24th 2011, 9:45 am

BUMP.....please!!!! This is quite important.

Would it help if I posted the CSS?

Thanks guys
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by kirk July 25th 2011, 4:05 pm

axeon wrote:

Would it help if I posted the CSS?

Thanks guys

yes it would also help if you can provide your forum link and what forum version you are using.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 25th 2011, 4:47 pm

Here we go,

The forum address is http://www.simpgaming.com and it's running PHP BB2

Here is my CSS
Spoiler:

And I also have these modifications:
Code:


a.mainmenu{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 1.0;
  }
a.mainmenu:hover{
          filter:alpha(opacity=50); 
-moz-opacity: 0.65; 
opacity: 0.55;
    }


.forumline .row1.over:hover {
background-color : #2b2b2b
}


Hope this helps,
Thanks!!!
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 25th 2011, 4:52 pm

I think that is my CSS?

I went to Admin Panel>Display>Colors>CSS Stylesheet>See your forum's basic CSS

Is that correct?

Thanks!!
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by SLGray July 25th 2011, 7:15 pm

Yes that is your CSS.


4 Problems, should be relatively easy to fix Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by Nera. July 25th 2011, 9:04 pm

Hi,

Lets go one by one.
For the logo space see this topic. The thanked solution is also yours.
https://help.forumotion.com/t93556-remove-lines-from-under-links-and-decrease-increase-space-between-nav-bar-and-logo

And you can also fix it a bit your self by fixing the logo a bit. It doesn't need to be 200px heigh since it has like 1cm of empty transparent space below it and that also makes a gap.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 26th 2011, 4:10 pm

Thanks Nera, now I have another small problem..

I did what you said in the link you sent me.

That removed most of the space between the logo and nav bar, but not all of it, but that's perfect for me.

How would i create a space between the Navbar and the rest of the forum, just to move the logo and nav bar up a bit to make it look a little better.

Thanks
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by Nera. July 27th 2011, 1:33 pm

I'm not quite sure in the solution but since no one is answering try it out.
Add this to your CSS.

Code:
.nav {
    margin-top: 70px;
}
#right .forumline {
    margin-top: 85px;
}

This is what you should get http://i.imm.io/7zDd.png
You can change the pixels as you wish.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 27th 2011, 4:07 pm

Thanks so much for your help Nera, but unfortunately that didn't make ANY difference the moving then logo and nav bar up, the link of the image is EXACTLY what I want to achieve.

Any other ideas?

Thanks so much,
Matt Scaffidi
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by Nera. July 27th 2011, 4:13 pm

Try with adding this

Code:
#i_logo {
    position: relative;
    top: -20px;
}
a.mainmenu {
    position: relative;
    top: -25px;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by axeon July 28th 2011, 1:02 am

Still nothing sorry:( Any other ideas?

Can I give you Admin to my forum and allow you to work it out??
avatar
axeon
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

In progress Re: 4 Problems, should be relatively easy to fix

Post by Nera. July 28th 2011, 2:06 pm

Send a test admin account to my PM.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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