-
AuthorPosts
-
July 25, 2008 at 4:44 pm #131338
hi, I want to delte the space that you see in the image. What is the file and the code that I have to change? thanks
the site is http://www.valmaranadigusto.it
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
July 25, 2008 at 5:46 pm #262319Hi!
A very simple modification. Just modify the area marked in RED to the width, if any, you would like.
0px will eliminate the space all together.template.css (line 1159)
div.module div div, div.module_menu div div {
border:1px solid #FFFFFF;
padding:15px 20px;
}
Have fun!
John.1 user says Thank You to John Wesley Brett for this useful post
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 26, 2008 at 1:52 am #262361Thank jbrett for supporting
Hi paalba, can i mark this topic is solved ?July 26, 2008 at 7:58 am #262405
Yes it’s good. There is another problem that come after change pixel. If you see in this second image the border of the title of the module desappear. Is there anything to do?
That’s all! ThanksJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 4, 2008 at 9:07 pm #263796Hi Paalba,
Sorry to get back so late with you…have been on VACATION!!!! 😀
To get your borders back –
Somewhere along the way a change was made, it appears, to make the heights of all the module boxes the same size. I could be wrong, but that’s what it looks like. But in doing so some of the <h3> settings were modified.
Here’s what you have: template.css (line 1132)
div.module h3, div.module_menu h3 {
background:transparent url(../images/h3-bg.png) no-repeat scroll center top;
font-size:115%;
height:33px;
line-height:33px;
margin:-16px -20px 10px;
padding:0;
text-align:center;
text-transform:uppercase;
white-space:nowrap;
}And here’s what you should have to fix the problem.
div.module h3, div.module_menu h3 {
background:transparent url(../images/h3-bg.png) no-repeat scroll center top;
font-size:115%;
height:33px;
line-height:33px;
margin:0;
text-align:center;
text-transform:uppercase;
white-space:nowrap;
}Buon divertimento!
John.1 user says Thank You to John Wesley Brett for this useful post
August 5, 2008 at 7:45 am #263848ok, that’s very good, the problem is solved
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by paalba 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum