I’d like to move the button “best sellers” to a position underneath the images. Any code suggestions? My theme is
Dawn 2.5.
THanks!
I’d like to move the button “best sellers” to a position underneath the images. Any code suggestions? My theme is
Dawn 2.5.
THanks!
@Tri_S , do this to fix it in 20 seconds:
.banner__box{
position: absolute;
bottom: 40px;
}
You can change the 40px value to any other number.
Kind regards,
Diego
Hi! Unfortunately, when I lower the button enough on mobile, it’s too low on desktop. Better to just leave it as is unless there’s a way to specifically move the button on one device & not the other.