- Posts: 15920
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
jomsocial
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
10 years 4 months ago #139042
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic jomsocial
I can see a small typo.
You have pasted padding bottom 160px, instead of 100.
Custom.css line 90. This will decrease the gap.
You have pasted padding bottom 160px, instead of 100.
Custom.css line 90. This will decrease the gap.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Aaron Healey & Frank Clark
- Offline
- Premium Member
Less
More
- Posts: 136
10 years 4 months ago #139043
by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic jomsocial
yeah and i just changed it too 100px as you said and it has made the gap bigger
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 4 months ago #139044
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic jomsocial
Fixed.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Aaron Healey & Frank Clark
- Offline
- Premium Member
Less
More
- Posts: 136
10 years 4 months ago #139045
by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic jomsocial
Where does the fixed go
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 4 months ago #139046
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic jomsocial
on the custom.css file.
It is possible I overwrote your file as I was working on it earlier.
It is possible I overwrote your file as I was working on it earlier.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Aaron Healey & Frank Clark
- Offline
- Premium Member
Less
More
- Posts: 136
10 years 4 months ago #139047
by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic jomsocial
ahh ok cool, notice that my logo has to much space how can i sort this and its also the same on mobile site i have been playing around with this code to try and help it
h1 {
margin: -72px auto;
}
h1 {
margin: -72px auto;
}
Please Log in or Create an account to join the conversation.
- Aaron Healey & Frank Clark
- Offline
- Premium Member
Less
More
- Posts: 136
10 years 4 months ago #139048
by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic jomsocial
i also noticed you fixed the on air for me many thanks for that
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #139049
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic jomsocial
You 're welcome Aaron, But I did not do anything to that module.
By default you have a 50px margin on top and 25 on the bottom on smaller viewports.
To decrease it add:
and to balance it:
By default you have a 50px margin on top and 25 on the bottom on smaller viewports.
To decrease it add:
@media only screen and (max-width: 1024px) {
#logo h1 {
margin-bottom: 25px;
margin-top: 25px;
}}
and to balance it:
@media only screen and (max-width: 1024px) {
#mainHeader { margin-top: 30px; }}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Aaron Healey & Frank Clark
- Offline
- Premium Member
Less
More
- Posts: 136
10 years 3 months ago #139050
by Aaron Healey & Frank Clark
Replied by Aaron Healey & Frank Clark on topic jomsocial
i added both snipets and it seems to of made a mass of space in the logo area
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 3 months ago #139051
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic jomsocial
The gap is huge because you logo is 420px tall.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.