Blog page issue

Discussion in 'RoadFighter WordPress Theme' started by elames3, May 30, 2013.

  1. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    I created a custom style so my logo could be larger and not show the dark at the top of the page as much. All pages look ok except the blog one : http://shenandoahmoon.com/wp/news-updates/
    Why does it look different? I used the default setting and not the blog one.

    Any suggestions? Thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page_index_container {
    background: none;
    border: none;
    }
    .page_heading_container {
    margin-top: -198px;
    }
    I think this will solve your issue.
     
  3. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    Sorry, I thought this worked but if you look at this page: http://shenandoahmoon.com/wp/news-updates/
    You will see the sidebar is not in the same location as the other pages. What do I need to adjust? thank you
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    Please download theme again from members area and upload it, It will resolve your issue.
     

Share This Page