Notifications
Clear all

Author Badge is out of place.

4 Posts
3 Users
0 Reactions
275 Views
Posts: 7
Customer
Topic starter
(@toprak-ulas-bicer)
Member
Joined: 3 months ago

the author badge is out of place in both mobile and desktop version. https://frlmods.com/latest-mods/hakone-turnpike-map-mod-0.3.6/

Screenshot 20241103 025622 Chrome
Screenshot 20241103 025558 Chrome

 

3 Replies
Astghik
Posts: 6223
Admin
(@astgh)
Illustrious Member
Joined: 7 years ago

Hi,

Use the CSS code below: 

#comments .comment .avatar, #comments .pingback .avatar{
    position: static !important;
}

For mobile devices, this is designed to work this way: the badge should display next to the avatar on mobile screens.

Reply
Posts: 7
Customer
Topic starter
(@toprak-ulas-bicer)
Member
Joined: 3 months ago
Screenshot 20241105 125003 Chrome
Ekran görüntüsü 2024 11 05 124925

its still the same on pc version. also what i mean out of place for mobile version is this. its not in center and so far from the user profile image.

 

Reply
1 Reply
(@frlegendsmodapk)
Joined: 2 weeks ago

New Member
Posts: 1

@toprak-ulas-bicer use margin: -20px;

you can adjust it by yourself as well.

#comments .comment .avatar, #comments .pingback .avatar{
    margin: -20px;
}
Reply
Share:
Scroll to top