• hello –

    wonderful theme!

    i needed to make the following changes, and currently i am using css (below). here are my desired changes:

    1) banner shows on top of page and is not covered by the menu, and does not repeat
    2) sidebar is completely hidden
    3) eliminate most of the space between the menu and the breadcrumb (Home, About, etc)

    is using css the best way to approach this? i didnt see any other options to create this desired affect.

    or all these changes available in the “pro” version?

    https://edwardsmark.com/ccs-cares-website.png

    my css:

    /* make the blog sidebar disappear */
    aside#sidebar { display: none; }
    div#main-content{ width: 95%; }

    /* adjust banner and main menu */
    header#hdr-main {background-repeat: no-repeat}
    nav#navmain ul {margin: 70px;}

    div#main-content-wrapper { margin-top: -70px;}

    thank you!

    • This topic was modified 6 years, 4 months ago by edwardsmark.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter edwardsmark

    (@edwardsmark)

    apologies, title should have said css not ccs (ccs is the company name i am working with)

    Thread Starter edwardsmark

    (@edwardsmark)

    is this theme still supported anymore???

    Hello,

    I would like to get the answer of your questions as well, I have the exact same questions, if someone out there can answer this, I will really appreciate it!

    Hey, Edwardsmark, I will email [email protected] and ask these questions, please do the same thing, hopefully he/she will reply, thanks.

    Thread Starter edwardsmark

    (@edwardsmark)

    i never did receive a reply. i guess they are not interested in selling a premium package! however, the css did everything i needed. it felt sorta hacky to modify the css, but it worked.

    saved a few $$$ by using the free version, at least.

    Hi, Edward,

    They actually just replied to me, which was so quick, yeah, they are saying they don’t support ‘free’ version theme, but they will support the premium version.

    So I still need your help, so what is your website address? and what is your email address if you do not mind please? Thank you very much!

    This is my site: https://goldenspringfengshui.com, if you look at my menu, you might see my issue, you can refer to my other post for the full detail of issue, thanks.

    Thread Starter edwardsmark

    (@edwardsmark)

    hi steven – i just wrote to you at the website contact-us page email address

    contactus [at] goldenspringfengshui [dot] com

    maybe they never bothered to answer my PRE-SALES question because they don’t like me?

    • This reply was modified 6 years, 2 months ago by edwardsmark.
    • This reply was modified 6 years, 2 months ago by edwardsmark.
    Thread Starter edwardsmark

    (@edwardsmark)

    i just put this into the appearance–>customize–>custom-css:

    p {font-size: 15px;}
    
    /* make the stupid blog sidebar disappear */
    
    aside#sidebar { display: none; }
    div#main-content{ width: 85%; }
    div#tablepress-resourceTable_wrapper { width: 90%}
    
    /* adjust banner and main menu */
    
    header#hdr-main 
    {background-repeat: no-repeat}
    
    nav#navmain ul {margin: 70px;}
    
    @media not screen and (max-width: 800px) {
      div#main-content-wrapper {
    	  margin-top: -70px;
       } 
    }
    @media  screen and (max-width: 800px) {
       div#main-content-wrapper {
    	   margin-top: 0px;
       }
    }
    
    /* moves main display close to the menu bar */
    
    div#home-cols { display: none;}
    
    /* brings home page display close to the menu bar */
    
    /*div#body-contact-wrapper */
    html
    { max-width: 1000px; 
    	margin: auto;
    	padding-left: 20px;
      padding-right: 20px;
    }
    
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘css questions about using zen water theme for the first time’ is closed to new replies.