Center Right Widget

Discussion in 'Andrina WordPress Theme' started by lklatt76, Nov 16, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    How can I center the right widget photo on the front page? Here is my URL: http://ebenezerfoods.com/

    I want to center the image under the Heading "new mixes coming soon"

    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:
    .bottom-feature-right img {
    float: right;
    margin-right: 30px;
    }
     
  3. lunezz

    lunezz New Member

    Joined:
    Jan 3, 2013
    Messages:
    1
    Likes Received:
    0
    I have the same problem, and try whit the code, but not!.

    I can change the template because just bought and is not equal to what they show in their pictures
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom-feature .bottom-feature-right .bottom-feature-right-wrapper p {
    float: none;
    text-align: center;
    }
    This will solve your issue,
    if not then please do share us your website link.
     

Share This Page