Jump to content

How do I fix this?


neaweb6

Recommended Posts

it might be a pure CSS issue... when I look at your knowledgebase page, the same gap is there too.

 

kGDjOEH.png

testing on Firefox, if you edit your CSS file @ /templates/NEAWeb/html/css/style.css and change...

 

#main-body .sidebar {
   border: medium none;
   float: left;
   margin-bottom: 0;
   width: 25%;}

to...

 

#main-body .sidebar {
   border: medium none;
   float: right;
   margin-bottom: 0;
   width: 25%;
}

it seems to fix it...

 

KHC6L6e.png

 

whether this would have other consequences to your site layout, i'm not familiar enough with your template to know - but I suspect it should fix your clientareahome issue too. :idea:

Link to comment
Share on other sites

You were right, this fixed the problem! Thank you!

 

 

it might be a pure CSS issue... when I look at your knowledgebase page, the same gap is there too.

 

kGDjOEH.png

testing on Firefox, if you edit your CSS file @ /templates/NEAWeb/html/css/style.css and change...

 

#main-body .sidebar {
   border: medium none;
   float: left;
   margin-bottom: 0;
   width: 25%;}

to...

 

#main-body .sidebar {
   border: medium none;
   float: right;
   margin-bottom: 0;
   width: 25%;
}

it seems to fix it...

 

KHC6L6e.png

 

whether this would have other consequences to your site layout, i'm not familiar enough with your template to know - but I suspect it should fix your clientareahome issue too. :idea:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated