Remove Appointment Plugin/Center Page

Discussion in 'Appointway WordPress Theme' started by mirage715, Aug 19, 2013.

  1. mirage715

    mirage715 New Member

    Joined:
    May 21, 2013
    Messages:
    1
    Likes Received:
    0
    Hello,

    I used the following code in custom css to remove the appointment plugin:

    .feature_sidebar {
    display:none;
    }

    From another thread in order to remove the appointment plugin - however once this is done the alignment of all the pictures /text on the main page is still on the left, is there a way to fix this?
     
  2. Gourav

    Gourav Support Staff

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

    Download file attached and replace with your current front-page.php file.

    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider{
    width:100%;
    }
    .flexslider .slides li img{
    width:100%;
    }
    .featurebox .featurebox_desc{
    width:300px;
    }
    
    This will solve your issue.
     

    Attached Files:

Share This Page