New to Wordpress, 3 issues

Discussion in 'Themia WordPress Theme' started by mylifeservices, Jul 8, 2013.

  1. mylifeservices

    mylifeservices New Member

    Joined:
    Jun 30, 2013
    Messages:
    2
    Likes Received:
    0
    I have two issues for which I seek a resolution.

    #1) My menu at the top of the screen is centered. How do I make it right justified?
    #2) I lost my front page. The screen which the sliders and features are displayed has disappeared.
    #3) How do I eliminate the video on the front page? I see how to eliminate the testimonies.
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first and third issue

    Code:
    #menu li a{
    float:right;
    }
    .testimonial_wrapper .video{
    display:none;
    }

    2.For your second issue


    Appearance > Theme Option > General Settings > Front-page on/off

    and turn it On.
     
  3. mylifeservices

    mylifeservices New Member

    Joined:
    Jun 30, 2013
    Messages:
    2
    Likes Received:
    0
    Thank you for fixing #1 and #3. However; despite turning Front-page on/off, in the ON position it still does not work.

    check it out: www.greencountryvfd.org

    Thanks,
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. Piyush

    Piyush Support Staff

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

Share This Page