Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #278632
    SaMa Youth
    Participant

    Hi,I’m a Fotografie Pro user。
    There is a margin between menu and post title,I want to know how to remove that margin?
    I want to get title closer to the menu

    Maybe I should change some data in style.css?
    thanks for watching,wating for an answer.

    #278684
    Skandha
    Participant

    @samayouth: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content .wrapper {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #278688
    SaMa Youth
    Participant

    Thanks for your help,it works 🙂

    #278694
    Skandha
    Participant

    @samayouth: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

    #280097
    Helmut Pangerl
    Participant

    Hi, If I use your CSS Code:

    #content .wrapper {
    padding-top: 0;
    }

    It works well, but now it´s too close. So I try it this way:

    #content .wrapper {
    padding-top: 10;
    }

    and nothing happens.
    What am I doing wrong?

    Helmut

    #280209
    Skandha
    Participant

    @amazonhelmut-pangerl-de: Hello Helmut,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #280234
    Helmut Pangerl
    Participant

    Thank you very much for your answer!
    It should look like the main menu. -> (Vita, Kontakt …)
    I did that with your css and spacers
    But this is a bit laborious.
    Please look at Portfolio -> e.g. Reisen or Kultur
    It’s too tight with your CSS (Sorry, your css is very good! But not in this case).
    It would be great if you could program a css with which you could flexibly design this distance.
    Please excuse my bad english and thank you very much for your support!
    https://helmut-pangerl.eu/

    Kind Regards
    Helmut

    #280242
    Helmut Pangerl
    Participant

    Hello Skandha,
    I have now found the solution to the problem here on the support page #169383

    #content {
    margin-top:50px;
    }

    That solves my problem!
    Thank you very much, I should have looked better.
    Kind Regards
    Helmut

    #280251
    Helmut Pangerl
    Participant

    Hello Skandha,

    is it possible to put the Featured Slider Title “Featured Image-1, Featured Image-2 … to another place?
    E.g. to the bottom right.

    Kind Regards
    Helmut

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How can i make post title closer to the menu’ is closed to new replies.