Menu on top of content on secondary pages.

Discussion in 'RoadFighter WordPress Theme' started by tammi4fsu, Feb 18, 2014.

Thread Status:
Not open for further replies.
  1. tammi4fsu

    tammi4fsu New Member

    Joined:
    Aug 12, 2013
    Messages:
    7
    Likes Received:
    1
    Since the slider is not on the secondary pages, my menu is covering up the top of my page material so I have to manually move the content down. However, I can't do this on blog posts... the site is www.blarneystonemarketing.com - can you tell me how to get the content to move down under the menu instead of behind it?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_index_container {
    min-height: 210px;
    }
     
    This will solve your issue.
     
  3. tammi4fsu

    tammi4fsu New Member

    Joined:
    Aug 12, 2013
    Messages:
    7
    Likes Received:
    1
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .page_heading_container {
    padding-top: 170px;
    }
     
    This will solve your issue.
     
  5. tammi4fsu

    tammi4fsu New Member

    Joined:
    Aug 12, 2013
    Messages:
    7
    Likes Received:
    1
    thanks so much! worked perfectly! last question.... my blog page is grey at the top - any chance I can change that to white?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .blog .page_index_container {
    background: white;
    border-bottom: none;
    } 
    In place of "white" you can put your color or color code.
    This will solve your issue.
     
  7. tammi4fsu

    tammi4fsu New Member

    Joined:
    Aug 12, 2013
    Messages:
    7
    Likes Received:
    1
    worked wonderfully! thank you. i love this theme. don't kill me, but i have one last question - i have fixed every page to "push" the content down per your codes. now that i have woopress installed, my product pages have the same issue. they are jammed all the way to the top under the menu. any chance you know how to correct the product pages? here is a sample. (also it goes edge to edge, not the default template) http://blarneystonemarketing.com/product/economy-hosting-plan-one-month/
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Could you please explain your problem with the help of screenshot, what you want to do, so that we can give you the exact solution.


    Thanks & Regards
    Gourav Shrivastava
     
  9. tammi4fsu

    tammi4fsu New Member

    Joined:
    Aug 12, 2013
    Messages:
    7
    Likes Received:
    1
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    html {
    margin-top: 0px !important;
    }
    .woocommerce #container {
    margin-top: 220px;
    }
     
    I hope this will solve your issue.
     
  11. tammi4fsu

    tammi4fsu New Member

    Joined:
    Aug 12, 2013
    Messages:
    7
    Likes Received:
    1
    love love love you. thanks! the site is almost perfect now!
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page