how do you get rid of this vertical line on index

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
User avatar
TheButcher2
Registered User
Posts: 1037
Joined: Tue May 13, 2014 11:38 pm

how do you get rid of this vertical line on index

Post by TheButcher2 »

Hi guys

Scratching my head for a while today trying to figure out how to remove that vertical line on the index.php which makes does not allow the text and subforums on the left to scroll all the way to the right on smaller screen size.

I have 2 attachments, one on my MacBook screen and one on a smaller screen to try show it.

Any help would be much appreciated

Peace
You do not have the required permissions to view the files attached to this post.
Last edited by Hanakin on Mon Sep 09, 2019 8:52 pm, edited 1 time in total.
Reason: Topic icon changed
User avatar
AlfredoRamos
Recognised Extension Developer
Posts: 1322
Joined: Wed Dec 25, 2013 9:06 pm
Location: /dev/null
Name: Alfredo

Re: how do you get rid of this vertical line on index

Post by AlfredoRamos »

To remove that line:

File: styles/{STYLE}/template/forum_list_body.html
Remove: <dd>&nbsp;</dd>

To use all the available width:

Files: styles/{STYLE}/theme/content.css and styles/{STYLE}/theme/responsive.css
Remove: margin-right from the ul.topiclist dt .list-inner selector.

Replace {STYLE} with the name of your current style, if these files are not present in your custom style or you're not even using one, then it is prosilver
Some of my phpBB extensions:
:chart_with_upwards_trend: SEO Metadata | Image Markdown | :shield: hCaptcha
:trophy: Check out all my validated extensions :trophy:

:penguin: Arch Linux user | Linux Boards :penguin:
User avatar
TheButcher2
Registered User
Posts: 1037
Joined: Tue May 13, 2014 11:38 pm

Re: how do you get rid of this vertical line on index

Post by TheButcher2 »

Thanks a million it did the job, much appreciate it.

Peace


Dave

Return to “[3.2.x] Styles Support & Discussion”