- Posts: 3
COMMUNITY FORUM
Column width for Frontpage doubled column
- Nick Savov
-
Topic Author
- Offline
- New Member
Less
More
14 years 7 months ago #89790
by Nick Savov
Column width for Frontpage doubled column was created by Nick Savov
Hi everyone,We have the front page of our set as menu type k2 categories. I've attached a picture of the settings.The problem is that if there is two columns, the left column's text (the right most part it) is virtually touching the right column's text (the left most part of it). How can we add a little spacing? I've tried using firebug and googling the answer as well as searching forums, but can''t figure it out.I've attached a picture of the problem!Any help would greatly be appreciated!Kind regards,Nick
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 7 months ago #89791
by Jiliko.net
Replied by Jiliko.net on topic Column width for Frontpage doubled column
Hi Nick,
The best is to give a link to your frontpage. We'll be able to locate the html & css code to update.
Olivier
The best is to give a link to your frontpage. We'll be able to locate the html & css code to update.
Olivier
Please Log in or Create an account to join the conversation.
- Nick Savov
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #89792
by Nick Savov
Replied by Nick Savov on topic Column width for Frontpage doubled column
Hi Olivier,
I appreciate your quick reply. I've made the site live for about 30 minutes so you can take a look.
Kind regards,
Nick
I appreciate your quick reply. I've made the site live for about 30 minutes so you can take a look.
Kind regards,
Nick
Please Log in or Create an account to join the conversation.
- Nick Savov
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #89793
by Nick Savov
Replied by Nick Savov on topic Column width for Frontpage doubled column
Please Log in or Create an account to join the conversation.
- Jiliko.net
-
- Offline
- Platinum Member
Less
More
- Posts: 567
14 years 7 months ago #89794
by Jiliko.net
Replied by Jiliko.net on topic Column width for Frontpage doubled column
Nick,
Just clicked the link but the site is down for maintenance...
Olivier
Nick Savov said:I just realized I forgot the link:
www.texastrustsandwills.com
Just clicked the link but the site is down for maintenance...
Olivier
Nick Savov said:I just realized I forgot the link:
www.texastrustsandwills.com
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
Less
More
- Posts: 398
14 years 7 months ago #89795
by troponin
Replied by troponin on topic Column width for Frontpage doubled column
I am not @ my local PC where I have installed firebug. But you should set a padding in your css for the item view in category layout.
Please Log in or Create an account to join the conversation.
- Brandon Carrell
-
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #89796
by Brandon Carrell
Replied by Brandon Carrell on topic Column width for Frontpage doubled column
Olivier Nolbert said:Nick,
Just clicked the link but the site is down for maintenance...
Olivier
Nick Savov said:I just realized I forgot the link: www.texastrustsandwills.com
Site is active again. I'll keep it active until we get a reply and fix for problem. Thanks.
Just clicked the link but the site is down for maintenance...
Olivier
Nick Savov said:I just realized I forgot the link: www.texastrustsandwills.com
Site is active again. I'll keep it active until we get a reply and fix for problem. Thanks.
Please Log in or Create an account to join the conversation.
- Brandon Carrell
-
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #89797
by Brandon Carrell
Replied by Brandon Carrell on topic Column width for Frontpage doubled column
Tried adjusting P padding but it only affects the left and right space of the entire area and not the padding between the K2 columns.
Please Log in or Create an account to join the conversation.
- troponin
-
- Offline
- Platinum Member
Less
More
- Posts: 398
14 years 7 months ago #89798
by troponin
Replied by troponin on topic Column width for Frontpage doubled column
On K2.css Line 335 set the padding :
div.catItemIntroText {
font-size:inherit;
font-weight:normal;
line-height:inherit;
padding:4px 10px 12px;
}
I did it for example to 10px for left and right padding.
div.catItemIntroText {
font-size:inherit;
font-weight:normal;
line-height:inherit;
padding:4px 10px 12px;
}
I did it for example to 10px for left and right padding.
Please Log in or Create an account to join the conversation.
- Brandon Carrell
-
- Offline
- New Member
Less
More
- Posts: 3
14 years 7 months ago #89799
by Brandon Carrell
Replied by Brandon Carrell on topic Column width for Frontpage doubled column
Troponin said:On K2.css Line 335 set the padding :
div.catItemIntroText {
font-size:inherit;
font-weight:normal;
line-height:inherit;
padding:4px 10px 12px;
}
I did it for example to 10px for left and right padding.
That did the trick! Thank you for helping us resolve this.
div.catItemIntroText {
font-size:inherit;
font-weight:normal;
line-height:inherit;
padding:4px 10px 12px;
}
I did it for example to 10px for left and right padding.
That did the trick! Thank you for helping us resolve this.
Please Log in or Create an account to join the conversation.
- Bekir
-
- Offline
- New Member
Less
More
- Posts: 2
10 years 11 months ago #89800
by Bekir
Replied by Bekir on topic Re: Column width for Frontpage doubled column
I'm trying to widen the space between the columns but I couldn't find any solutions on k2.css file.
I'm using k2 2.6.8 :/
Waiting for your replies.
Best
I'm using k2 2.6.8 :/
Waiting for your replies.
Best
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 11 months ago #89801
by Lefteris
Replied by Lefteris on topic Re: Column width for Frontpage doubled column
@Bekir
Hi. You can add the extra padding or margin you wish in k2.css file.
Hi. You can add the extra padding or margin you wish in k2.css file.
Please Log in or Create an account to join the conversation.