1. Balmmnd77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 09 May 2019
  5.  Subscribe via email
hi. i tried to reduce padding in the logo to the image i am using using
.logo {
padding: 10px 10px;
}

but it just resets
References
  1. https://davieselectricalservice.co.uk/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.logo {
padding: 10px 15px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
it worked on all but the home page
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try replacing your CSS with the following...

.logo {
padding: 10px 10px !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
sorry but where thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
The CSS added to the Custom CSS field of your template settings. Replace with...

.logo {
padding: 10px 10px !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!