+ Reply to Thread
Results 1 to 8 of 8

Thread: Resize Featured/Recently Added boxes

  1. #1

    Resize Featured/Recently Added boxes

    I've been trying to find out where to resize the boxes for featured and recently added boxes. I want to shorten the height...I find them to be too bulky for my website.

    Can anyone help me out here. I attached a photo to help explain.

    resize_featured_box.jpg

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    in templates > your_template > css > style.css > find a row ul.featured > li > .picture

    remove padding-bottom: 66% and add height: 100px; or set your value

  3. #3
    Thank you Rudi. I also changed the width to match the height.

    Now I have to fix the width decription/title part. Might also like to change text size. And remove "add to favorites heart"

    Any ideas?

    description.jpg

  4. #4
    Ok. I found where to remove the "add to favorites" heart from the featured listing box.

    In template > tpl > featured_item.tpl and remove or comment out the following code (I commented it out in case I decide to put it back later):

    Code:
    Only registered members can view the code.
    Also found font-size here:

    Code:
    Only registered members can view the code.
    Last edited by Ray Moser; February 25, 2021 at 11:57 AM. Reason: added font-size code

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Below the @media screen and (min-width: 1440px)

    change:
    Code:
    Only registered members can view the code.
    to:
    Code:
    Only registered members can view the code.

  6. #6
    Here’s what I ended up doing:
    In template/css/style.css I commented out padding-bottom and added width and height
    Code:
    Only registered members can view the code.
    and added width here:
    Code:
    Only registered members can view the code.
    Below is where I could change the font-size:
    Code:
    Only registered members can view the code.
    then in template/tpl/block/featured_item.tpl (to bring listings closer together) I changed
    Code:
    Only registered members can view the code.
    to
    Code:
    Only registered members can view the code.

  7. #7
    Screenshot?

  8. #8
    Here's a screenshot. Still in testing stages right now so there's not enough ads to fill the box. But should give you a little idea.

    Untitled-1.jpg

+ Reply to Thread