• Resolved ivanbel

    (@ivanbel)


    Hello,

    Can I change the size of the picture in the code?
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Calin Vingan

    (@calinvingan)

    You can change the Starbox image size by adding this code:

    .abh_tab_content .abh_image{
       width: 150px !important;
    }
    
    .abh_tab_content .abh_image img{
       max-width: 120px!important;
    }

    If you want to change the uploaded size image, you can add in wp-config.php this line:

    define(‘ABH_IMAGESIZE’, 300); //to resize the uploaded image at 300px width

    Calin

    Thread Starter ivanbel

    (@ivanbel)

    Thank you Calin.
    I add this code in Customize/Additional CSS and it’s working perfectly.
    Have a great day!
    Ivan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Picture size’ is closed to new replies.