Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #8572
    dwood75
    Member

    Firstly nice Theme.

    I have a problem where and image I try and insert into the General Sidebar is too small, whatever the size of the image. It’s like half the size of say the calendar widget or any other widget.

    I have tried using the text widget to place an image and also I have an Ad Widget that I would like to use which essentially does the same thing. Both result in small images.

    Can you help please?

    #8576
    Sakin
    Keymaster

    @dwood75: I don’t get what you mean. Can you share your site URL.

    #8580
    dwood75
    Member
    #8641
    Sakin
    Keymaster

    @dwood75: Look like there is some issue with the image css in sidebar. Ok can you try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget img { margin-right: 0; max-width: 100%; }

    #8651
    dwood75
    Member

    Thanks, that seems to have fixed it. Why is there a strange box around each image in latest news and also the one in the sidebar?

    #8669
    Sakin
    Keymaster

    @dwood75: Just replace the above css to the following
    #secondary .widget img { box-shadow: none; margin-right: 0; max-width: 100%; }

    #8677
    dwood75
    Member

    Thanks, that’s fixed the sidebar. Is there a way to remove it from the latest news section?

    http://www.mokfest.com/category/latestnews/

    #8698
    Sakin
    Keymaster

    @dwood75: Yes just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content .thumb { box-shadow: none; }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Sidebar Image Size’ is closed to new replies.