THANKS A LOT!
One more Question:
Everytime when i put some images to top1 (eg with custom html modul), each one of the images is shown in a new line... How can I change this?
And a very last Question:
When I use a Link Image in the main menu: What is the Custom Code to change the size of the image?
Thanks a lot!
agethemes
POSTED: 2021-12-29
Hello HUFLOFLO,
1/ Can you show it on top 1 position as you mentioned, so I can check.
2/ You just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
li.sp-menu-item a img {
width: 100px;
}
you can change value for 'width' or height as you want.
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
1/ Just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
#sp-menu .sp-megamenu-parent > li {
width: inherit!important;
}
.sp-megamenu-parent > li > a {
padding-left: 15px;
padding-right: 15px;
}
2/ Just add more Custom CSS to define new color
.sp-page-title {
background: #xxx;
}
with "#xxx" is color code you want to place.
View History
One more Question:
Everytime when i put some images to top1 (eg with custom html modul), each one of the images is shown in a new line... How can I change this?
View History
When I use a Link Image in the main menu: What is the Custom Code to change the size of the image?
Thanks a lot!
1/ Can you show it on top 1 position as you mentioned, so I can check.
2/ You just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
li.sp-menu-item a img {
width: 100px;
}
you can change value for 'width' or height as you want.
View History
http://www.gym-schaerding.at/www/index.php
Please add more Custom CSS
#sp-top1 a {
float: left;
padding-left: 10px;
padding-top: 20px;
}
#sp-top3 {
padding-top: 20px;
}
Save and recheck.
View History
You're welcome!
View History
You just add more Custom CSS
#sp-top1 a, #sp-top1 img {
display: inline-block;
padding-bottom: 15px;
}
#sp-top1 img {
padding-top: 18px;
}
Save and recheck.
View History
You did not put link for last two pictures, just put it as link like other items, so it will work.