Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Quick Help with LEB HTML
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Quick Help with LEB HTML

jbilohjbiloh Administrator, Veteran

Hi Everyone,

I am trying to create a second column in the main header box on LEB.

Currently:

Goal:

Can someone help me with the code changes I need to make this happen.

I am a novice, I know. Be gentle. :)

Comments

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    You can add this to div.frontpage ul

    div.frontpage ul {
      columns: 2 360px;
    }
    
  • jbilohjbiloh Administrator, Veteran

    @FAT32 said:
    You can add this to div.frontpage ul

    div.frontpage ul {
      columns: 2 360px;
    }
    

    Sent you a PM. Thanks @FAT32 !

    Thanked by 1FAT32
Sign In or Register to comment.