how do i change the pointed by arrow text ?

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Get Involved
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

how do i change the pointed by arrow text ?

Post by SolitudeViolin »

how do i change the pointed by arrow text a bit more to the right ?
subsilver2 based style
You do not have the required permissions to view the files attached to this post.
Last edited by JimA on Fri Jan 06, 2017 12:25 am, edited 1 time in total.
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn

Re: how do i change the pointed by arrow text ?

Post by JimA »

Could we have a link to your board, please?
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

i'm using the style just as preview ,anyone else with an ideea?
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

i fixed the forum title,how can i move the description a bit more to the right?
User avatar
RMcGirr83
Former Team Member
Posts: 22051
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: how do i change the pointed by arrow text ?

Post by RMcGirr83 »

JimA wrote: Fri Jan 06, 2017 12:26 am Could we have a link to your board, please?
There is a reason this is being asked for.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

RMcGirr83 wrote: Fri Jan 06, 2017 10:51 am
JimA wrote: Fri Jan 06, 2017 12:26 am Could we have a link to your board, please?
There is a reason this is being asked for.
www.metin2violin.ro/board
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

someone?
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn

Re: how do i change the pointed by arrow text ?

Post by JimA »

SolitudeViolin wrote: Fri Jan 06, 2017 3:34 pm someone?
Please keep in mind that this board is run by all volunteers, that can't be around to answer questions all the time. Therefore we ask you to respect a six-hour bumping rule before bumping your topic. :)

Also, we can't really help without seeing the style you're talking about. So it would help if you could either set it as active on your board so we can do some testing or link to the style in question itself.
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

i've changed the default style www.metin2violin.ro/board i've tryed everything i knew to change the description a bit more the the right nothing works :(
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: how do i change the pointed by arrow text ?

Post by Lumpy Burgertushie »

content.css

find:

Code: Select all

dl.icon dt .list-inner {
    padding-left: 45px;
}
replace with:

Code: Select all

dl.icon dt .list-inner {
    padding-left: 75px;
}
also, to make your icons show up full size, do this:
find:

Code: Select all

dl.icon dt, dl.icon dd {
    min-height: 35px;
}
replace with:

Code: Select all

dl.icon dt, dl.icon dd {
    min-height: 56px;
}
give that a try and see if it works for you.


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.
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

Lumpy Burgertushie wrote: Fri Jan 06, 2017 7:24 pm content.css

find:

Code: Select all

dl.icon dt .list-inner {
    padding-left: 45px;
}
replace with:

Code: Select all

dl.icon dt .list-inner {
    padding-left: 75px;
}
also, to make your icons show up full size, do this:
find:

Code: Select all

dl.icon dt, dl.icon dd {
    min-height: 35px;
}
replace with:

Code: Select all

dl.icon dt, dl.icon dd {
    min-height: 56px;
}
give that a try and see if it works for you.


robert
it didn't changed me anything , i tryed various px nothing changed
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: how do i change the pointed by arrow text ?

Post by david63 »

Did you purge the cache after making the changes? - you may also need to do a hard refresh of your browser in order to see the changes
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

david63 wrote: Sat Jan 07, 2017 10:26 am Did you purge the cache after making the changes? - you may also need to do a hard refresh of your browser in order to see the changes
yes i did both,i used another browser to check ,same thing.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: how do i change the pointed by arrow text ?

Post by Lumpy Burgertushie »

you either did not make the changes or you made them to the wrong file etc.

I am looking here:
http://www.metin2violin.ro/board/styles ... ontent.css

and do not see the changes.


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.
SolitudeViolin
Registered User
Posts: 13
Joined: Thu Dec 08, 2016 12:31 pm

Re: how do i change the pointed by arrow text ?

Post by SolitudeViolin »

Lumpy Burgertushie wrote: Sat Jan 07, 2017 2:53 pm you either did not make the changes or you made them to the wrong file etc.

I am looking here:
http://www.metin2violin.ro/board/styles ... ontent.css

and do not see the changes.


robert
after deactivated and activated my style everything worked like a charm,thank you very much for the help ! it's exacly how i wanted it , even more with the full icons , thank you again!

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