Problem with right cover

  • Posted in : BookCard
  • falequert
    Participant

    Hello,

    First of all, this is my web site.

    http://www.fabienlequertier.fr/

    When the browser’s window is full size, there is no problem, but when I change the window’s resolution, the right cover disappears.

    Thx,

    Fabien

    ahmetsali
    Keymaster

    Hi, on lower resolution / mobile devices classic layout is activated and right cover is hidden. This is the default behaviour of the theme.

    falequert
    Participant

    Where can I avoid this ? Can you show me the file(s) and the lines please ?

    Or maybe I can change the cover picture’s link when the resolution changes ?

    Thx a lot

    Fabien

    ahmetsali
    Keymaster

    if you avoid classic layout on mobile devices, layout will break, 3 page folded layout style won’t fit to mobile device screens.

    However you can change cover background image with additional css code;

    @media screen and (max-width: 767px) {
       .cover { background-image: url("path-to-your-mobile-cover-image-here.png") !important; }
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register