Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #298847
    sandmanv22
    Participant

    Hi, how to change custom-header-content padding? If I use custom css it breaks my layout on front-page? I have tried enqueue custom script in function php, it didnt work.

    #298848
    sandmanv22
    Participant

    I want to change padding only on archive page

     

    #298865
    Skandha
    Participant

    @sandmanv22: Hello there,

    Can you please post in your site URL and let me know which archive page you are referring to?

    Kind Regards,
    Skandha

    #298872
    sandmanv22
    Participant
    #298883
    Skandha
    Participant

    @sandmanv22: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .custom-header-content {
    padding: 0px;
    }

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

    #298888
    sandmanv22
    Participant

    Yes, it works! Thank You very much!

    #298891
    Skandha
    Participant

    @sandmanv22: 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/intuitive/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 good day! 🙂

    Kind Regards,
    Skandha

     

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Big padding custom header content on archive page’ is closed to new replies.