V
V
Vladislav Kalnaus2018-05-24 15:52:54
css
Vladislav Kalnaus, 2018-05-24 15:52:54

Are block duplicates possible in mobile layout?

Tell me if the PC layout has one style, and the mobile layout has another style. And for example, these elements are in different blocks. Are duplicate content possible if they cannot be located nearby, and the customer does not want to change anything

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
CODALSD, 2018-05-24
@CODALSD

What is the problem, use media querries and show or hide blocks at the necessary breakpoints, but if the problem is that there would be no extra content, then use window.resize with dynamic loading. But the first option is still better.

S
Sergey, 2018-05-24
@UDAV99

What is the problem? Duplicate content is a very bad idea, especially for SEO.
I understand that you need to move the location of the blocks? Through CSS it is possible, if moving to completely different places is required, then through the jquery .appendTo () and .append () functions you can move.

D
DaemonLeo, 2018-05-24
@DaemonLeo

In all cases, media queries must be used. If the element in the mobile layout is extremely different from the layout for the desktop, then this option is possible. But this is usually 1 - element, but no more.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question