- Posts: 80
- Thank you received: 0
Reduce empty spaces between rows (topmenu and header1)
-
Giorjoom
Active member -
Topic Author
- Member
-
Less
More
6 years 5 months ago #47354
by Giorjoom
Replied by Giorjoom on topic Reduce empty spaces between rows (topmenu and header1)
Of course i did that correctly by renaming the old file and copying the tadmin.css. And it worked but only on the homepage, as I wrote. Still do not know why other pages has so much space (
maremotoviaggi.com/index.php/features/ausfluege
)
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
6 years 5 months ago #47357
by milos
Replied by milos on topic Reduce empty spaces between rows (topmenu and header1)
The code I gave you should be pasted in template_css.css file, not in tadmin.css file.
Please Log in to join the conversation.
-
Giorjoom
Active member -
Topic Author
- Member
-
Less
More
- Posts: 80
- Thank you received: 0
6 years 5 months ago #47359
by Giorjoom
Replied by Giorjoom on topic Reduce empty spaces between rows (topmenu and header1)
I got this answer by email....
"Message Subject : Reduce empty spaces between rows (topmenu and header1)
Category : Startup
Posted by : milos
Message: The code I gave you should be pasted in template_css.css file, not in tadmin.css file."
Whato to say??? See attachment. Pointless but thank you anyway.
(by the way I DID reduce the height in templatecss.css but it affects homepage only and NOT any other page as you can see here maremotoviaggi.com/index.php/features/ausfluege )
"Message Subject : Reduce empty spaces between rows (topmenu and header1)
Category : Startup
Posted by : milos
Message: The code I gave you should be pasted in template_css.css file, not in tadmin.css file."
Whato to say??? See attachment. Pointless but thank you anyway.
(by the way I DID reduce the height in templatecss.css but it affects homepage only and NOT any other page as you can see here maremotoviaggi.com/index.php/features/ausfluege )
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
6 years 5 months ago #47360
by milos
Replied by milos on topic Reduce empty spaces between rows (topmenu and header1)
Your first problem was related to backend. We fixed that by adding code in tadmin.css file.
Your second problem (with logo) was related to frontend. This should be fixed by adding code in template_css.css.
When I visit your site maremotoviaggi.com/index.php I see the code I gave you to fix padding below logo is not added at all in template_css.css.
So, the code:
is not added in maremotoviaggi.com/templates/hot_startup/css/template_css.css
Thanks,
Milos
Your second problem (with logo) was related to frontend. This should be fixed by adding code in template_css.css.
When I visit your site maremotoviaggi.com/index.php I see the code I gave you to fix padding below logo is not added at all in template_css.css.
So, the code:
Code:
.sparky_logo_image img {
height:40px;
}
is not added in maremotoviaggi.com/templates/hot_startup/css/template_css.css
Thanks,
Milos
Please Log in to join the conversation.
-
Giorjoom
Active member -
Topic Author
- Member
-
Less
More
- Posts: 80
- Thank you received: 0
6 years 5 months ago #47361
by Giorjoom
Replied by Giorjoom on topic Reduce empty spaces between rows (topmenu and header1)
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
6 years 5 months ago #47362
by milos
Replied by milos on topic Reduce empty spaces between rows (topmenu and header1)
Ok, in future:
1. When you add some code, if you see it doesn't work, don't remove it immediately. Instead, just inform me it doesn't work and I will give you additional code.
2. Please don't post screen shots too often. It's perfectly enough to include links where I can see the problem.
If you want to to reduce space between the logorow and content on page maremotoviaggi.com/index.php/features/ausfluege (and other inner pages), please edit file template_css.css and change padding value here:
Thanks,
Milos
1. When you add some code, if you see it doesn't work, don't remove it immediately. Instead, just inform me it doesn't work and I will give you additional code.
2. Please don't post screen shots too often. It's perfectly enough to include links where I can see the problem.
If you want to to reduce space between the logorow and content on page maremotoviaggi.com/index.php/features/ausfluege (and other inner pages), please edit file template_css.css and change padding value here:
Code:
.contentrow {
margin: 100px 0;
}
Thanks,
Milos
The following user(s) said Thank You: Giorjoom
Please Log in to join the conversation.
Time to create page: 0.089 seconds