Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Space above home page text

New Front EN Support Forums Tokyo Theme Support Space above home page text

Viewing 10 posts - 1 through 10 (of 12 total)
  • Author
    Posts
  • #1194
    jimmyhukill
    Participant

    I 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?

    #1195
    mmsatori
    Keymaster

    Hey 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 Studio

    #1196
    jimmyhukill
    Participant

    My pleasure Andrew, thank you!

    Alright, I tried inserting the code, but I don’t see any change in the space. Any ideas?

    Thank you!

    #1200
    mmsatori
    Keymaster

    Dear Jimmy,

    could you please provide the URL of the page in question? I will take a look at the code.

    Sincerely,
    Andrew | Satori Studio

    #1210
    mmsatori
    Keymaster

    Hey 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 Studio

    #1212
    jimmyhukill
    Participant

    Ok, I’m seeing that change now. Thanks Andrew!

    #1214
    mmsatori
    Keymaster

    Great! :)

    Should you have more questions or issues, do not hesitate to contact me!

    Sincerely,
    Andrew | Satori Studio

    #3095
    noisesev
    Participant

    Hi 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

    #3100
    mmsatori
    Keymaster

    Hey 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 Studio

    #3105
    noisesev
    Participant

    Hi Andrii,

    Unfortunately, the code doesn’t seem to work. And the page still isn’t live…

    Best,

    Chris

Viewing 10 posts - 1 through 10 (of 12 total)
  • You must be logged in to reply to this topic.