• Hi.

    I asked these questions on the theme’s specific forum but got no reply.

    Wondering if anyone here could help me?

    “Hi.

    I am trying to change one layout design element of my site (https://dovetail-manufacturing.com/).

    On my homepage, there is a blank strip between the menu and content. It only seems to feature on the homepage. I would like to know how to get rid of this and close the gap between the menu and content, if possible.

    I’ve also just added a Header 1 to this page, and there seems to be a bit of redundant space directly above it. Is there anyway I can minimise this?”

    Many thanks in advance.

    Regards.

    Jamie.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Jamie,

    If you remove the below property from the .content class that should remove the space

    padding-top: 70px;

    and if you add the following to the below, it will remove the line

    .mythemes-delimiter {
    display: none;
    }

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Hi.

    Thank you very much for your help and reply.

    Sorry to be difficult, but I’m not too savvy with this. Could you explain where I need to go to do that? It’s all a bit foreign to me.

    Many thanks.

    Jamie.

    On your WP in the left hand side

    Appearance > Editor

    Then on the right hand side there should be a list of files, you need to select the stylesheet file locate the following classes:

    .content

    There will be a property under it of padding-top: 70px; – Remove it

    then locate .mythemes-delimiter and add the following in between { }

    display: none;

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Hi.

    I don’t seem to be able to find ‘.content’

    Here is the list of files on the right-hand side. Is it in any of these?

    Templates
    404 Template
    (404.php)
    Archives
    (archive.php)
    Author Template
    (author.php)
    Category Template
    (category.php)
    cfgs.php
    default.php
    main.php
    pages.php
    widgets.php
    Comments
    (comments.php)
    Footer
    (footer.php)
    front-page.php
    Theme Functions
    (functions.php)
    Header
    (header.php)
    Main Index Template
    (index.php)
    main.php
    mythemes.admin.class.php
    mythemes.ahtml.class.php
    mythemes.breadcrumbs.class.php
    mythemes.cfg.class.php
    mythemes.comments.class.php
    mythemes.core.class.php
    mythemes.deb.class.php
    mythemes.gallery.class.php
    mythemes.header.class.php
    mythemes.layouts.class.php
    mythemes.meta.class.php
    mythemes.options.class.php
    mythemes.post.class.php
    mythemes.scripts.class.php
    mythemes.setup.class.php
    mythemes.tools.class.php
    Page Template
    (page.php)
    Search Results
    (search.php)
    Search Form
    (searchform.php)
    sidebar-footer-first.php
    sidebar-footer-second.php
    sidebar-footer-third.php
    sidebar-front-page-header-first.php
    sidebar-front-page-header-second.php
    sidebar-front-page-header-third.php
    sidebar-front-page.php
    sidebar-page.php
    sidebar-post.php
    sidebar-special-page.php
    Sidebar
    (sidebar.php)
    Single Post
    (single.php)
    Tag Template
    (tag.php)
    head.php
    Header
    (templates/header.php)
    loop.php
    pagination.php
    style.php
    Styles
    Stylesheet
    (style.css)

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Hi.

    Is anyone able to still help me with this still?

    Many thanks.

    Jamie.

    Moderator James Huff

    (@macmanx)

    It might be better if you asked at https://www.ads-software.com/support/theme/treeson#postform so the theme’s developers and support community can help you with this.

    It will be inside this file

    Stylesheet
    (style.css)

    Thread Starter thenumbereightytwo

    (@thenumbereightytwo)

    Hi.

    I tried posting on https://www.ads-software.com/support/theme/treeson#postform but am not getting a response.

    Those values are not coming up in my stylesheet when i search for them. Is there anything else I may try?

    Jamie.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing design of Treeson theme’ is closed to new replies.