Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • environc Friend
    #184206

    He,

    Where do I change the size of latest jobs employer logo as in the following link https://environmentalcareers.com.au/index.php/job-search/latest-jobs ?

    Regards

    HeR0 Friend
    #480694

    Hi Environc,

    You can create a css rule for width of logo as below:
    – Open file components/com_jajobboard/views/jajobs/tmpl/themes/inline-light/style.css
    – Find

    img.logo {
    background: none repeat scroll 0 0 #FFFFFF
    height: auto;
    margin: 5px 15px 0 0;
    padding: 5px;
    }

    and replace it to

    img.logo {
    background: none repeat scroll 0 0 #FFFFFF
    height: auto;
    margin: 5px 15px 0 0;
    padding: 5px;
    width: 110px;
    height: auto:
    }

    Value of width attribute should be fixed and the height one is auto on this layout
    Hope this helps.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum