Navbar width?

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Navbar width?

Post by yusufdj »

I do it as you say, but there is not a change even though I clean the cache
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Navbar width?

Post by Lumpy Burgertushie »

did you refresh your browser to see the changes. did you make the change to the responsive.css file that was mentioned above?


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Navbar width?

Post by yusufdj »

yes I am renewed. I did not make any changes to the responsive.css file.
User avatar
Sniper_E
Registered User
Posts: 1126
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: Navbar width?

Post by Sniper_E »

Also if you change your .postprofile to float: left then you need to change your border-width.

Code: Select all

.postprofile {
	margin: 5px 0 10px 0;
	min-height: 80px;
	border: 1px solid transparent;
	border-width: 0 1px 0 0;
	width: 12%;
	float: left;
	display: inline;
}
I also made the .postbody float: right and that gap was on the left side for me.

Code: Select all

.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 86%;
	float: right;
	position: relative;
}
And in the responsive.css match that width of yours at the bottom of that stylesheet.

Code: Select all

@media (min-width: 850px) {
	.postbody { width: 86%; }
}
If you do not edit the responsive.css that gap will not go away.

Unless you add !important to the width in content.css

Code: Select all

.postbody {
	padding: 0;
	line-height: 1.48em;
	width: 86% !important;
	float: right;
	position: relative;
}
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Navbar width?

Post by yusufdj »

Thank you very much for your help. I had shown it in the picture.

Image
User avatar
Sniper_E
Registered User
Posts: 1126
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: Navbar width?

Post by Sniper_E »

Your Author title is on the wrong side. You did not change the float: right and the float: left did you?
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Navbar width?

Post by yusufdj »

That's what happened when I took the profile section to the left. I did not do anything different
User avatar
Sniper_E
Registered User
Posts: 1126
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey
Contact:

Re: Navbar width?

Post by Sniper_E »

Well if you take profile section left then take post section right and that should make those Titles line up right. See my post above.
And if you don't change that border-width in the profile section you will not see the divider line.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
yusufdj
Registered User
Posts: 109
Joined: Sun Feb 18, 2018 5:35 pm

Re: Navbar width?

Post by yusufdj »

Thank you.
Post Reply

Return to “[3.2.x] Styles Support & Discussion”