Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1214076

    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?

    #1214091

    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?

    #1214114

    Hi,

    This is something that the devs may be able to look into in future updates.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.