Problem with the Metropolitan demo with the Flex Block 2

Posted in: Newspaper
Post count: 24

Hello, I have a problem with the Metropolitan demo with the Flex Block 2, since when modifying the content of the home, the buttons automatically move to the top, making them unusable on a PC or Laptop, on a mobile if it works normal, please fix that problem.

Link: https://prnt.sc/26is5su

Post count: 27744

Hello,

The style for pagination is made with custom code CSS, so please make sure you don’t deleted the CSS CODE (RAW CSS) -> https://i.imgur.com/rf5oiyy.jpg
Also, please check if the code is missing, you can add it, thus is the code

@media (min-width: 1401px) {
.td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination .td-next-prev-wrap {
top: 43% !important;
margin: 0;
right: 50%;
transform: translateX(-680px);
}
}
@media (min-width: 768px) and (max-width: 1400px) {
.td_flex_block_2.td_with_ajax_pagination .td-block-inner-pagination .td-next-prev-wrap {
top: 43% !important;
margin: 0;
right: 20px;
}
}
.td_flex_block_2 .td_module_wrap .td-module-meta-info .entry-title {
text-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

Set the code in Raw CSS.

Hope this helps you!

Thank you!

Post count: 24

Thank you very much, I placed the codes and it works perfectly for me

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.