Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #710958

    Hi!

    Is it possible to change the magazine proportion, between the big image and the thumbnails? It is currently 1/2 + 1/2. I would like 2/3 +1/3.

    Best regards,
    Poirot

    #710960

    Hey Poirot!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 990px) {
    .av-magazine-hero {
        width: 67%!important;
    }
    .av-magazine .av-magazine-sideshow.av_one_half {
        width: 30%;
    }}
    

    Regards,
    Yigit

    #711085

    Hi!

    Fixed, thank you!

    Best regards
    Poirot

    #711151

    Hi,

    You are welcome!
    Let us know if you have any other questions or issue and enjoy your weekend!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Magazine proportion’ is closed to new replies.