Viewing 4 replies - 1 through 4 (of 4 total)
  • .nav {
       margin-top: -10px;
    }

    Add the above code to the `style.css’ of your CHILDtheme:
    You don’t have a childtheme yet?

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. Dashboard > appearance > Themes > activate the childtheme
    4. Make the changes in the CHILDtheme!
    – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.

    If you want to also move the page-section up:

    .container {
        margin: -10px auto;
    }

    also add to the style.css of the childtheme.

    Thread Starter jonatas.baldin

    (@jonatasbaldin)

    I didn’t make a child theme, I didn’t see a reason for that because I’ll customize the theme a lot…

    Well, that rules worked! Thanks!

    You’re welcome.

    Don’t make any changes to a theme itself. Instead make the changes to a childtheme. Should the author of your original theme update the theme, your changes will not be overwritten. Your site with your adaptations will remain intact.
    Additional advantage of a childtheme is, that all your changes can be found in one spot, making it easier to maintain and adapt.

    Summary: NOT using a childtheme is risky!

    BTW:
    Please don’t forget to mark the thread as ‘resolved’ [in the right sidebar]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adelle theme – Putting header and menu together’ is closed to new replies.