1. Domallia
  2. Commercial Templates
  3. Monday, 30 January 2023
  4.  Subscribe via email
Hello
I would like to create a new module in Riley between the header 1 and header 2 positions, above the menu and logo. Is this possible, and how ?
Thanks in advance.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Currently this option is not available without editing your core template files. Such changes with get overwritten as soon as you ever update your template. The best option would be to move the current header-# modules to the center which can be done by adding the following custom CSS to the Custom CSS field of your template style settings..

.header_top .wrapper960 {
justify-content: center;
}
.header-1, .header-2 {
margin-inline: 10px;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Thank you for the reply. It helped me find the solution. To make it work, I had to add this:


.header_top {
position: relative;
flex: 1 0 auto;
padding: 4px 0;
height: 42px;
}

I changed the height and removed the background color, and I got what I wanted.
Thanks a lot.
  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!