Keyword

How to remove the sidebar on the left of article ?

  • helder
  • helder's Avatar Topic Author
  • Offline
  • New Member
More
11 years 1 month ago #117634 by helder
Dear Friends,

I tried everything and spent hours trying to work out a solution... and I'm sure it's something basic :(

On my K2 articles, I have a section on the left side (main page) that displays the date of creation, the user with the avatar etc...

I managed to hide all these details... but i still have an empty space there.

I would like to remove it... any idea ?

Here is the website: www.creacontacts.fr/creacontacts

Thanks so much !
H

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
11 years 1 month ago #117635 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: How to remove the sidebar on the left of article ?
Remove the margin-left property from div.catItemView .

It is in k2.css

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • helder
  • helder's Avatar Topic Author
  • Offline
  • New Member
More
11 years 1 month ago #117636 by helder
Hello dear,

thank you very much for your answer...

I first had :

div.catItemView {
padding: 4px 4px 15px;
margin-left: 200px;
margin-bottom: 20px;
border-bottom: 2px solid #EEEEEE;
}

Then, following your note, I tried:

div.catItemView {
padding: 4px 4px 15px;
margin-bottom: 20px;
border-bottom: 2px solid #EEEEEE;
}

I also tried:

div.catItemView {
padding: 4px 4px 15px;
margin-left: 0px;
margin-bottom: 20px;
border-bottom: 2px solid #EEEEEE;
}

But I still have the freaking empty space :(
Help please :)

Please Log in or Create an account to join the conversation.

More
11 years 1 week ago #117637 by Alfonso
Hello

You can try:

Change

#k2Container.itemView {
padding: 5px 0 10px 200px;
}

to:

#k2Container.itemView {
padding: 5px 0 10px 0;
}

regards
Alfonso

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum