Jump to content

Featured Replies

Posted
comment_198206

Hi, I have a problem with the Peacock theme. Everything looks fine, but the problem is when I click on a group in the legend.

It looks good in the members group: image.thumb.png.f1a23191438eabc5dbead1e6cc3ebff4.png

But for the rest of the groups it looks like this: image.png.26bfbd1c31febbdba115e60ca8576e55.png

CSS: 

#ipsLayout_mainArea {
    width: 100%;
    min-height: 350px;
    padding: 0px;
}

Can you please help me to solve the problem. Thank you :)

  • Author
comment_198216
3 hours ago, aLEX49566 said:

Тут на тз тянет 

IMG_2210.thumb.jpeg.2a81cb62d6a630ca66c685638333cf27.jpeg

Или это норма , вертикали такие?

I tried to change the width and I forgot to put 100%. I returned to the initial value and now it is fine.

The problem is that on the computer if I change the sidebar width to 0% and the main width to 100% everything is ok, but on the phone it no longer looks good...

I would like to find a solution so that it works well both on the phone and on the PC.

comment_198219
9 часов назад, sp33ddinamo сказал:

I tried to change the width and I forgot to put 100%. I returned to the initial value and now it is fine.

The problem is that on the computer if I change the sidebar width to 0% and the main width to 100% everything is ok, but on the phone it no longer looks good...

I would like to find a solution so that it works well both on the phone and on the PC.

Что нужно в десктопную и что в мобильную ?

  • Author
comment_198239

I would like it to look good on desktop and on mobile... I kept trying to give it width values, but when I adjust it to look good on desktop, it doesn't look good on mobile, and when I make it look good on mobile it looks ugly on desktop...

comment_198245

Попробуйте так

#ipsLayout_mainArea {
  width: 100% !important;
  min-height: 350px;
  padding: 0px;
  display: table;
}

или так

#ipsLayout_mainArea {
  width: 100% !important;
  min-height: 350px;
  padding: 0px;
  display: table !important;
}

 

comment_198247

У вас и меню мобильное куда то делось, зато в десктопе оно есть. Может поставить другой шаблон?

IMG_2219.thumb.png.7aee83013d2a644e950f6dd93b843fec.png

  • Author
comment_198271
On 12/21/2023 at 1:25 PM, aLEX49566 said:

Попробуйте так [Incearca asta]

#ipsLayout_mainArea {
  width: 100% !important;
  min-height: 350px;
  padding: 0px;
  display: table;
}

или [sau] так

#ipsLayout_mainArea {
  width: 100% !important;
  min-height: 350px;
  padding: 0px;
  display: table !important;
}

 

I tried that way. It looks good on the phone, but on the desktop it looks like this...:

image.thumb.png.f58192b3e01ff5229d2223aeb13b115f.pngimage.thumb.png.f58192b3e01ff5229d2223aeb13b115f.png

comment_198273
16 минут назад, sp33ddinamo сказал:

I tried that way. It looks good on the phone, but on the desktop it looks like this...:

image.thumb.png.f58192b3e01ff5229d2223aeb13b115f.pngimage.thumb.png.f58192b3e01ff5229d2223aeb13b115f.png

Я другой стиль скинул

  display: table !important;

Edited by aLEX49566

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.