Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #865517

    theoutdoorarmory
    Participant

    Hi, my website is theoutdoorarmory.com

    I’d like to have a 20px margin top on “Browse my Brand” in this link:

    https://theoutdoorarmory.com/browse-by-brand/

    I just noticed that X theme made an upgrade and I’m a bit new to the CSS customizer in settings. Any help is appreciated.

    Thanks

    #865708

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    header.entry-header {
        margin-top: 20px;
    }

    Hope it helps.