What phone? I tried viewing your site using the iPhone X emulator in Chrome but I can't see that issue. The borders look good.
Announcement
Collapse
No announcement yet.
How to have a border around my topic modules
Collapse
X
-
Sorry to hear that additional css was reset after the upgrade. Did you report it to vB?
Anyway, did you add the code posted in post #12?
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
I think that's a known issue in the mod. I might have the same issue on my home page here.
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 1
Comment
-
- Top
- Translate
- Bottom
Comment
-
Right-click anywhere inside the module, then choose Inspect. It will highlight the corresponding HTML source code for the page. Then from there, walk up the HTML tree to find the containing <div> tag with b-module class. Then check the id attribute of that tag and make sure it equals widget_3
- Top
- Translate
- Bottom
- Likes 1
-
- Top
- Translate
- Bottom
Comment
-
You have a stray } right before the CSS code for #widget_3. Remove that, then add this:
Keep the #widget_3 code.Code:#widget_3 .conversation-list.stream-view .list-item { background: transparent; }
My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
Get Affordable and Fast VPS for vBulletin -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM



Comment