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
text and page indication cross - MyInvision
-
- Registered User
- Posts: 23
- Joined: Tue Dec 19, 2017 3:33 pm
Re: text and page indication cross
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.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
-
- Registered User
- Posts: 2029
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
-
- Registered User
- Posts: 23
- Joined: Tue Dec 19, 2017 3:33 pm
Re: text and page indication cross
at the bottom areas cross
-
- Registered User
- Posts: 23
- Joined: Tue Dec 19, 2017 3:33 pm
Re: text and page indication cross
the "quick links" text was, as you said, in the language file common.php, thanks, this is independent of the style.
-
- Registered User
- Posts: 23
- Joined: Tue Dec 19, 2017 3:33 pm
Re: text and page indication cross
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;
}
}
-
- Registered User
- Posts: 2029
- Joined: Sun Oct 25, 2015 2:56 pm
- Name: Matt
Re: text and page indication cross
I had to set max-width to 1280, but now I don't get the areas crossing anymore, thx!
-
- Registered User
- Posts: 23
- Joined: Tue Dec 19, 2017 3:33 pm