Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #262734

    Right now it appears as if the largest image I can place in the widget column is 219px wide as there is about 50px of white space to the right and left sides of the image. How can I reduce the white space (padding) to the left and right of the image so that I can display an image that is 250px wide in the widget column.

    #263066

    Hi lsrmedia!

    Thank you for using the theme!

    How did you add the image? What do you mean by “widget column”? Do you mind if we take a look at the actual website? A screenshot explaining the issue will help. If you’re talking about the footer column widget and you have set it to 4 columns, maybe increasing the footer column width will help. Add this on Quick CSS or custom.css:

    #footer div .av_one_fourth {
    margin-left: 1%;
    width: 23.5%;
    }

    Cheers!
    Ismael

    #263138

    Sorry, I guess I didn’t explain that too well.

    My website is http://69.195.124.120/~localsp4/niagaraicedogs/. If you look at the right hand column, at the bottom is a Big Marco’s ad. The ad is being displayed at 219px x 219px but the image I uploaded is 250px x 250px. So is there any way of allowing the right hand column to display images or widgets that are 250px wide. As you can see, the column is wide enough but there is lots of white space on either side of the column.

    Thanks

    #263474

    Hey!

    Please add following code to Quick CSS instead

    .inner_sidebar {
    margin-left: 19px;
    }

    Regards,
    Yigit

    #263757

    Perfect! Thanks so much.

    • This reply was modified 9 years, 11 months ago by lsrmedia.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Less padding in widget column’ is closed to new replies.