Support

Search
Skip to content
  • Blog
  • Services
  • Submit Ticket / Login / Register
  • Homepage
Classifieds Multipurpose Portal, Customizations

LOGO CSS changes in classified script

24/05/2018 sanljiljan

General CSS guides: http://iwinter.com.hr/support/?p=2039

Example to change logo sizes in classified script

File: templates\boomerang\assets\css\custom.css

And add css to bottom. i provide example, please replace “46px” to your size:

/* descktop */
header .navbar-wp .navbar-brand img {
height: 46px;
}

/* tablet */
@media (max-width: 991px) {
header .navbar-wp .navbar-brand img {
height: 46px;
}
}

/* mobile */
@media (max-width: 767px) {
header .navbar-wp .navbar-brand img {
height: 46px;
}
}

Classifiedlogosize

Post navigation

Previous PostCustom visual search form field like price rangeNext PostConfigurations in scripts

sanljiljan Support system

Recent Posts

  • Server errors, Bad Gateway
  • How to use dependent fields?
  • How to crop images?
  • Script Selio Change footer
  • Plugins compatibility

Categories

  • Addons
  • Booking module
  • Classifieds Multipurpose Portal
  • Customizations
  • FAQ
  • Issues
  • Neighborhood Walker plugin
  • Pre-sale questions
  • Real estate agency portal
  • Real Estate GEO Portal
  • Uncategorized
  • Walker customizations
  • WordPress
Proudly powered by WordPress