I have applied a 10px frame width around the whole website page. When I use a fullscreen slider, the navigation dots are only partially visible because their position stays based on using full screen. How do they move based on frame width used?
I have found that I can adjust the dots position by adding 10px (same amount as my frame width) to the .avia-slideshow-dots class
.avia-slideshow-dots {
position: absolute;
z-index: 200;
width: 100%;
bottom: 10px;
text-align: center;
left: 0;
height: 0;
}
But wouldn’t it be nice if this was done automaticaly based on the frame width set in the theme options?
Hi,
This is something that the devs may be able to look into in future updates.
Best regards,
Jordan Shannon