• It is not possible to make a separate width for displaying pages and posts for desktop, tablet, smartphone.

    We want to use:

    • Smartphone – full page width and entries;
    • Tablet – standard width;
    • Desktop – narrow width;

    How to do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • architalevelup

    (@architabasandrai20)

    Hi @lotfreeman

    There is currently no option to select a page layout based on the devices.

    You can submit a feature request here: https://www.kadencewp.com/kadence-theme/feature-requests/ so the developers can consider the feature that you have in mind. However, please note that we cannot give an ETA of when this will be added. The development team considers certain factors before implementing new ones.

    I hope this helps, please let us know if we can assist you further.

    Best Regards,
    Archita

    Hello @lotfreeman

    Unfortunately, no theme settings exist to set different page layouts for different devices, as you explained. To achieve your goal, you will need to resort to JavaScript. The theme adds the following classes to the <body> tag: content-width-fullwidth, content-width-normal, and content-width-narrow. You could use JavaScript to remove the classes and add the appropriate class depending on the screen size. However, you will need to add a script to determine the screen size, find the body tag, and apply the correct classes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about width on different devices’ is closed to new replies.