New Front EN › Support Forums › Tokyo Theme Support › Space above home page text
- This topic has 11 replies, 3 voices, and was last updated 9 years, 4 months ago by
noisesev.
-
AuthorPosts
-
April 24, 2013 at 2:39 am #1194
jimmyhukill
ParticipantI would like to decrease the space that’s above the text and below the slider on the home page… I’m sure this is in the CSS, but I can’t seem to locate it. Can you help?
April 24, 2013 at 7:48 am #1195satori
KeymasterHey Jimmy,
first of all, thank you for the purchase!
Please try adding this piece of CSS: .home #main-body #content { margin-top: 0 !important; padding-top: 0 !important; }
Sincerely,
Andrew | Satori StudioApril 24, 2013 at 8:54 pm #1196jimmyhukill
ParticipantMy pleasure Andrew, thank you!
Alright, I tried inserting the code, but I don’t see any change in the space. Any ideas?
Thank you!
April 25, 2013 at 10:39 am #1200satori
KeymasterDear Jimmy,
could you please provide the URL of the page in question? I will take a look at the code.
Sincerely,
Andrew | Satori StudioApril 26, 2013 at 8:42 am #1210satori
KeymasterHey Jimmy,
I can see that you’ve inserted the code successfully, and it does work as well :) the space above the text has become narrower, but if you want it to decrease even more you can alter the margin part of the code you’ve just inserted: instead of “margin-top: 0 !important;” try “margin-top: -10px !important;“. You can change the “-10px” to any other number that suits your needs.
Sincerely,
Andrew | Satori StudioApril 26, 2013 at 2:36 pm #1212jimmyhukill
ParticipantOk, I’m seeing that change now. Thanks Andrew!
April 27, 2013 at 10:10 am #1214satori
KeymasterGreat! :)
Should you have more questions or issues, do not hesitate to contact me!
Sincerely,
Andrew | Satori StudioApril 24, 2014 at 8:22 pm #3095noisesev
ParticipantHi once again Andrii,
Somehow adding the above line at the end of the code dispayed in the editor doesn’t work for me. Can the equivalent space at the bottom also be altered?
Thanks,
Christopher
April 25, 2014 at 7:41 am #3100satori
KeymasterHey Christopher,
for the top part, please try this code:
.home #main-body #content { margin-top: 0 !important; padding-top: 0 !important; }
In order to provide the code for the bottom margin, I’d need to see the exact configuration of your page – could you please provide a live URL? Thanks!
Sincerely,
Andrii / Satori StudioApril 25, 2014 at 11:23 am #3105noisesev
ParticipantHi Andrii,
Unfortunately, the code doesn’t seem to work. And the page still isn’t live…
Best,
Chris
-
AuthorPosts
- You must be logged in to reply to this topic.