-
AuthorPosts
-
tphmedia Friend
tphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 2:39 pm #178309See the attached image. Trying to remove a bit of space between the logo and the menu. I can’t make the logo smaller…and even if I do that space still exists.
Also, need to remove a bit of margin buffer before user1 module. No matter the size I make this image, the bit of margin still exists. It needs to line up on the left with the slideshow.
Thanks!
site: http://174.121.38.35/~proroof
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 2:44 pm #458037you this HTML code int he Top right Custom Module , Remove this code. the space between the logo and the menu will go off
<p><span style="font-size: 14pt;"><br></span></p>
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 2:45 pm #458038For Image Spacing
change the width of all the image to 225 in the Modules you have created for them.
Also Replace this code in this file http://174.121.38.35/~proroof/templates/ja_mendozite/css/template.css
#ja-topsl .ja-moduletable{margin:0 10px;padding:2px;}
With
#ja-topsl .ja-moduletable{margin:0 10px 0 0;padding:2px;}
Note: If you Find my Post useful please click on the Thanks Icontphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 3:41 pm #458053I need a forehead slap icon. :-[ I spent HOURS searching in the css for this. All along it was an errant HTML code in a module!
<em>@Chavan 326189 wrote:</em><blockquote>you this HTML code int he Top right Custom Module , Remove this code. the space between the logo and the menu will go off
<p><span style="font-size: 14pt;"><br></span></p>
Note: If you Find my Post useful please click on the Thanks Icon</blockquote>
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 3:41 pm #458054This worked wonderfully! Although now there is a tiny bit of space on the RIGHT side of the modules (user 4) that wasn’t there before! How do I get rid of it!
<em>@Chavan 326190 wrote:</em><blockquote>For Image Spacing
change the width of all the image to 225 in the Modules you have created for them.
Also Replace this code in this file http://174.121.38.35/~proroof/templates/ja_mendozite/css/template.css
#ja-topsl .ja-moduletable{margin:0 10px;padding:2px;}
With
#ja-topsl .ja-moduletable{margin:0 10px 0 0;padding:2px;}
Note: If you Find my Post useful please click on the Thanks Icon</blockquote>chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 4:06 pm #458058Add this code to this file: http://174.121.38.35/~proroof/templates/ja_mendozite/css/template.css
#ja-topsl .ja-box-right img {
float: right;
margin: 0px ! important;
}#ja-topsl .ja-box-right .ja-moduletable {
padding: 2px 0px 2px 2px;
}
#ja-topsl .ja-box-left {
width: 239px !important;
}
#ja-topsl .ja-box-center {
width: 238px !important;
}
#ja-topsl .ja-box-right {
width: 225px !important;
}Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 4:31 pm #458064Awesomeness!
So….could you check out my other post….and help me understand the background issue?
Thanks so much!!!!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 4:37 pm #458065you need to reduce the background image size to fix the issue.
Note: If you Find my Post useful please click on the Thanks Icon
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 4:50 pm #458066Help a gal out…. what should I reduce it to?
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 4:52 pm #458067This is the image to reduce http://174.121.38.35/~proroof/templates/ja_mendozite/themes/green/images/bd.png
Note: If you Find my Post useful please click on the Thanks Icon
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 4:56 pm #458068I reduced height to 400. it still repeats. I only want it to “frame” the area from header to user 1-4 positions… see my image in the other post.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 5:09 pm #458069Replace the Old background image.
Go to this file: http://174.121.38.35/~proroof/templates/ja_mendozite/themes/green/css/template.css
Replace this code
#ja-wrapper > .wrap {
background-image: url("../templates/ja_mendozite/themes/green/images/bd.png");
}
With
#ja-wrapper > .wrap {
background:none;
}
And
Add this code to this File : http://174.121.38.35/~proroof/templates/ja_mendozite/themes/green/css/template.css
body{
background:url("../templates/ja_mendozite/themes/green/images/bd.png") no-repeat left top;
}
Note: If you Find my Post useful please click on the Thanks Icon
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 5:26 pm #458072Now I have no image.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 19, 2012 at 5:42 pm #458074Please upload the big background image instead of the new one http://174.121.38.35/~proroof/templates/ja_mendozite/themes/green/images/bd.png
Once upload please post you ftp details in PM , I will checkout and solve it for you
Note: If you Find my Post useful please click on the Thanks Icon
tphmedia Friendtphmedia
- Join date:
- July 2009
- Posts:
- 139
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 19, 2012 at 5:55 pm #458080Thank you! I’ve messaged you the log-in info.
AuthorPostsThis topic contains 18 replies, has 2 voices, and was last updated by tphmedia 12 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum