Modify Spacing Between Footer Widgets...

Discussion in 'Dzonia WordPress Theme' started by adefeo777, May 26, 2013.

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

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    I would like to make the "Menu" widget appear centered between the "Ophthalmology News" widget and the "Contact Us" widget. Can you please advise me? Thank You!

    Please see attached image for better illustration.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  3. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
  4. 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:
    .alpha .widget_inner {
    margin-right: 64px;
    }
    .widget_inner {
    text-align: left;
    float: right;
    margin-right: 17px;
    padding-left: 49px;
    }
    This will solve your issue,
    If not, then send us your dashboard details.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
     
  5. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    Thank You... as always you guys come thru... Thanks!
     
Thread Status:
Not open for further replies.

Share This Page