1. mindreader
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 05 October 2024
  5.  Subscribe via email
screenshot.jpg

The first 3 entries contain sub-points.The last two entries lead directly to a page.
I would like to align all entries uniformly like the last ones.The font should also be consistent.
How can I achieve this?
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
hello,

here it is: http://renew.iv-fotografie.berlin/

Thomas
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Thomas

Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.hornav>ul>li>ul>li>span, 
.hornav>ul>li ul>li>ul>li>span {
padding: 5px 15px;
display: block;
}


Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
problem solved...great

Thank you:D
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

unfortunately, the problem is only half solved. The alignment is okay, but the font sizes are still different.

Thomas
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Thomas

As far as I could see, the issue with different font sizes seems to be solved. But you load fonts directly from Google, which shouldn't be done for GDPR (DSGVO) reasons.

Rolf
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rolf, thank you for the hint.The font problem is in progress.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Could you try amending the suggest custom CSS to the following...

.hornav>ul>li>ul>li>span, 
.hornav>ul>li ul>li>ul>li>span {
padding: 5px 15px;
display: block;
font-size: .9em;
}


Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
Now it is fine :D
Thank You
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!