Centering Widget

Discussion in 'Infoway WordPress Theme' started by lklatt76, Aug 1, 2013.

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

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Is there a way to center my home page side bar widget so it is center with my YouTube Video?

    www.freedom-eyecare.com

    Thanks!
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .signinformbox1.widget div.textwidget {
    padding-left: 50px;
    }
    Adjust its value as per your requirements.
     
  3. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    This code does not work. Basically I want to center the image for "request an appointment" with the youtube video. When I add you code this is what happens...see screen shot

    my URL is: www.freedom-eyecare.com
     

    Attached Files:

  4. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS at very top.
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .textwidget img {
    margin-left: 50px!important;}
     
  5. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    This worked but now it screwed up my footer. Thoughts? See Screen shot
     

    Attached Files:

  6. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS at very top, instead of the previous code.
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signinformbox1.widget div.textwidget img {
    margin-left: 50px!important;
    }
    This will solve your issue.
     
  7. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Thank you Piyush, that worked!
     
Thread Status:
Not open for further replies.

Share This Page