We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Pedro Farinha
  2. General Discussion
  3. Friday, 19 July 2013
  4.  Subscribe via email
Hi,

I am a graphic designer with almost no knowledge of CSS or LESS.
I need some help here. I need to reduce space the between blocks as shown in the image that I attached to this message. I have tryed editing the variables.less file. But after I updated t3 framework plug-in and the blank template the layout returned to his initial form...

Thanks
Pedro
Attachments (1)
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pedro Farinha,

You can try to set the global padding and margin to 0

You can take a look at line 347 - 348 in \variables.less
@T3globalMargin: @baseLineHeight;
@T3globalPadding: @baseLineHeight;

You can change it to
You can take a look at line 347 - 348 in \variables.less
@T3globalMargin: 0;
@T3globalPadding: 0;

But, it is very hard to do if you does not have CSS and LESS knowledge.
It would be better if you can hide a developer that can help you do. (http://www.joomlancers.com/)


Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

Thank you for your response.

I have changed the variable.less file as you suggested, and compiled less to css afterwards through the administrator panel, but nothing changed...

Regards
Pedro
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi again,

I was wrong!

I think I didn´t compiled less to css the right way. This time I compiled the less to css through the template style, instead of the template.

The result was almost achieved...

Two problems resulted from this change, as shown in the image that I attached to this message:
1 - the mega menu buttons have had the space between the words of the menu items and the button limit removed.
2 - the footer area was also removed.

Can you help me further by helping me to resolve these two problems?

Regards
Pedro
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pedro Farinha,

You need some knowledge about CSS to create a template.

Infact, some variables are depend on others.
The space is also depend on which css rule and how they write.

I am sorry but it will be much things to tell.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pedro,
Maybe U could try 2 modify custom.css (../templates/t3_blank/css/custom.css) file with:

.t3-sl {
padding-bottom: 0;
padding-top: 0;
}

.t3-header {
padding-bottom: 0;
padding-top: 0;
}

mybe that resolve your problem.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.