.pointer alignment

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
User avatar
Marrok
Registered User
Posts: 64
Joined: Sun Feb 27, 2011 7:50 pm
Location: Cold Lake, Alberta, Canada
Name: Jay Dodge

.pointer alignment

Post by Marrok »

Okay I have a problem with the pointer alignment for the notifications I need to move it down 1px but everything I've tried moves all the pointers or doesn't move anything at all. Can someone point the right way to isolate just the one pointer I believe for now.
Board version: 3.2.3
My styles: A Style I'm making

My phpbb forum: Order Amongst Chaos (phpbb 3.2.3)
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: .pointer alignment

Post by Lumpy Burgertushie »

what is the "pointer" for notifications?


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
Marrok
Registered User
Posts: 64
Joined: Sun Feb 27, 2011 7:50 pm
Location: Cold Lake, Alberta, Canada
Name: Jay Dodge

Re: .pointer alignment

Post by Marrok »

Yes I moved
.dropdown-left .dropdown .pointer, .nojs .rightside .dropdown .pointer

but the notifications needs to go 1px more then the other 2 on the navbar and it also looks like I need or will want to more other.

If you like I've made a test account ID: Test_User pass: phpbb_testuser
Board version: 3.2.3
My styles: A Style I'm making

My phpbb forum: Order Amongst Chaos (phpbb 3.2.3)
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: .pointer alignment

Post by DTMWC »

To move just the notifications pointer you would need to add the class before pointer,

So...

Code: Select all

#notification_list.dropdown .pointer {
	top: -1px;
}
Change the -1px to whatever you want.
Boom.
User avatar
Marrok
Registered User
Posts: 64
Joined: Sun Feb 27, 2011 7:50 pm
Location: Cold Lake, Alberta, Canada
Name: Jay Dodge

Re: .pointer alignment

Post by Marrok »

Dan Stylez wrote: Sat Nov 10, 2018 3:32 am To move just the notifications pointer you would need to add the class before pointer,

So...

Code: Select all

#notification_list.dropdown .pointer {
	top: -1px;
}
Change the -1px to whatever you want.
That is just perfect, thank you I thought I tried that must have screwed it up somehow. Thanks again now to fix the bottom ones
Board version: 3.2.3
My styles: A Style I'm making

My phpbb forum: Order Amongst Chaos (phpbb 3.2.3)
Post Reply

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