Change Of Size Of A Position In Template Dentro - Question | JoomShaper

Change Of Size Of A Position In Template Dentro

ML

Maximo Lizana

Template 1 month ago

Good morning. I'm currently using a template that has two positions, top1 and top2, before the menu. The problem is that both positions share the same space. Is it possible to modify the size of the positions so that they are independent and use 100% of the available space?

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #215772

Hi

Thanks for contacting us. Could you please give me a screenshot of that portion? So that I can check.

-Regards.

0
ML
Maximo Lizana
Accepted Answer
1 month ago #215781

Thank you for your response. I have attached a screenshot showing the positions to be modified. https://drive.google.com/file/d/1CiNmt3VkJAl6PF6IQcJ3dgQnyNyq3sSC/view?usp=share_link

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #215860

Could you please check your site? I cant access on that.

0
ML
Maximo Lizana
Accepted Answer
1 month ago #215880

Good morning, thank you for your help. I've attached a link to the website. https://marchigue.cl/dentro/

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #215996

Hi

You can use this CSS in your custom.css file

#sppb-addon-b242c5f8-7f5d-4863-adb6-3c974c44cd80 .sppb-addon-text-block .sppb-addon-content {
    width: 100%;
}
#sppb-addon-wrapper-b242c5f8-7f5d-4863-adb6-3c974c44cd80 {
    width: 100%;
}
0
ML
Maximo Lizana
Accepted Answer
1 month ago #216027

Thank you so much for your response, please excuse my ignorance. Should I add the code you sent me to the template.css file? I did, but it didn't work. I don't know what I'm doing wrong.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #216150

Please use this CSS in your custom.css file. If you need more help, please keep a full site backup and give me your super admin access, so that I can help.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #216282

Please delete your credentials from here and write it in your hidden content for security purposes.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 month ago #216284

You can set e background color on this (for testing purposes), then it will help you to understand its working or not.

And I have pasted the CSS here, please check the screenshot in the hidden content.

0