1. dabeav00
  2. Commercial Templates
  3. Wednesday, 15 August 2018
  4.  Subscribe via email
Hello,
I'm wanting to basically move up all of the contents (menu, showcase, etc) up a little. I believe I need to make the .logo logo-image area smaller, but not sure how to do that. I've played around with the x position of the logo but I want the entire site to be raised up closer to the top of the screen. Any thoughts?
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: 30px 30px 15px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your input. I was able to do it by adding this to my Custom CSS. Maybe this can help someone else.


#container_header {
height: 220px;
padding: -20px;
}

.hornavmenu {
position: relative;
bottom: 55px;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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