- Posts: 5
- Thank you received: 0
Top right image change
-
missmaryfrancis
Active member -
Topic Author
- Offline
- New Member
-
Less
More
1 day 7 hours ago #52177
by missmaryfrancis
Top right image change was created by missmaryfrancis
I changed the image from a tiny square to a grungy background. In the logo row it is stretching the image.. looks fine in the carousel_row. How can I fix the logo row?
fwmdev.com/apexconst/index.php
fwmdev.com/apexconst/index.php
Please Log in to join the conversation.
1 day 5 hours ago #52178
by milos
Replied by milos on topic Top right image change
Hello,
Please edit /media/templates/site/bnb/css/custom.css and around line 127, change this:
to this:
Regards,
Milos
Please edit /media/templates/site/bnb/css/custom.css and around line 127, change this:
Code:
.logo_row, .carousel_row {
background: url(../images/bg.png) no-repeat top right;
background-size: calc((100% - 1110px) / 2 + 363px) 100%;
}
to this:
Code:
.logo_row, .carousel_row {
background: url(../images/bg.png) no-repeat top right;
background-size: calc((100% - 1110px) / 2 + 363px) auto;
}
Regards,
Milos
Please Log in to join the conversation.
-
missmaryfrancis
Active member -
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
1 day 5 hours ago #52179
by missmaryfrancis
Replied by missmaryfrancis on topic Top right image change
That worked... thanks
Please Log in to join the conversation.
Time to create page: 0.353 seconds