My final blogger issue... Honest!

Discussion in 'HTML & Website Design' started by Iheartf1, Mar 6, 2013.

  1. #1
    Hello peeps!!

    Finally we have it sorted!! Our home page (iheartf1.co.uk) looks as close to Magazine style as we are going to get but the only issue we have is our "Top News" and "Latest News" columns underneath our most recent post is not side by side as they should be...

    We think it is the coding surrounding the width of the widgets but cannot put our fingers on the solution... If any of you can help to rectify this minor issue we will PROMISE not to ask any more stupid questions on here and close all our open ones...

    Thanks everyone...
     
    Iheartf1, Mar 6, 2013 IP
  2. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #2

    Hello, Please Backup your template before doing this trick :

    find this code :

    .main-inner .widget .widget-content {
    margin: 0 -15px;
    padding: 7px 15px 0;
    }
    Code (markup):
    And replace only the padding line :

    padding: 7px 15px 0; to padding: 22px 15px 0;

    Try and tell me if it's work... i just tested it in Google chrome...

    Goodluck
     
    themes4all, Mar 7, 2013 IP
  3. Iheartf1

    Iheartf1 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    Thank you for your comment, we rectified it by adjusting the #magazine:left and #magazine:right widths... Thank you for your help
     
    Iheartf1, Mar 7, 2013 IP