MyInvision

text and page indication cross - MyInvision

text and page indication cross

by leonhoen » Thu Dec 21, 2017 8:15 pm

see https://filosofieforum.nl active subjects under quick links

subject "waarheid" and page indication cross eachother on a small screen (ipad) or if you reduce width

could page-indication always be on next line?

another question is if indication of links (text -quick links) can be made different text?
There are no other options to get there so "quick" is a bit obsolete
leonhoen
Registered User
Posts: 23
Joined: Tue Dec 19, 2017 3:33 pm

Re: text and page indication cross

by Mannix_ » Thu Dec 21, 2017 8:32 pm

leonhoen wrote:see https://filosofieforum.nl active subjects under quick links

subject "waarheid" and page indication cross eachother on a small screen (ipad) or if you reduce width

could page-indication always be on next line?

another question is if indication of links (text -quick links) can be made different text?
There are no other options to get there so "quick" is a bit obsolete
Can you show me a screenshot of what you mean in the first question because I'm not entirely sure what you want to achieve . With second one you want to change Quick Link text to say something else? If so you need to edit the language files not the style files.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2029
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: text and page indication cross

by leonhoen » Thu Dec 21, 2017 9:12 pm

Image
leonhoen
Registered User
Posts: 23
Joined: Tue Dec 19, 2017 3:33 pm

Re: text and page indication cross

by leonhoen » Thu Dec 21, 2017 9:13 pm

at the bottom areas cross
leonhoen
Registered User
Posts: 23
Joined: Tue Dec 19, 2017 3:33 pm

Re: text and page indication cross

by leonhoen » Thu Dec 21, 2017 9:31 pm

the "quick links" text was, as you said, in the language file common.php, thanks, this is independent of the style.
leonhoen
Registered User
Posts: 23
Joined: Tue Dec 19, 2017 3:33 pm

Re: text and page indication cross

by Mannix_ » Fri Dec 22, 2017 7:46 am

try adding in the myinvision.css at the end of the file

Code: Select all

@media (min-width:701px) and (max-width: 1024px)
{	
	.row .pagination {
     margin-top: 2px;
	}
}
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 2029
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: text and page indication cross

by leonhoen » Fri Dec 22, 2017 10:42 am

I had to set max-width to 1280, but now I don't get the areas crossing anymore, thx!
leonhoen
Registered User
Posts: 23
Joined: Tue Dec 19, 2017 3:33 pm