Image out of container on company profile page
on :December 16, 2021, 4:48 pm #568
I have a strange issue on CBK Theme on the company profile page(plugin) as shown in the attachment.
Can you help me please fixxing this error?
Also a have another question? It is possible to change the listing view on CBK theme to 2 columns instead of one?
Thank you a lot.
CBK theme Osclass 3.0 Php 7.4
Re: Image out of container on company profile page
on :December 16, 2021, 5:16 pm #569
That is not a plugin of mine, you should ask for support from the developer of that plugin.
And I don't understand on what page you want to change the listing view on 2 columns, on that plugin page?
Re: Image out of container on company profile page
on :December 16, 2021, 6:19 pm #570
I know that is not one of your plugin.I will try to ask plugin developer.
I wish to change if its possible the listings view on 2 columns on CBK theme home page in responsive for mobile view. In order to have 2 colums of listings instead of 1.
Thank you.
Re: Image out of container on company profile page
on :December 16, 2021, 6:56 pm #571
You can read the bootstrap documentation and play with column classes. But this will affect the entire site, and I think that in two rows the content will not fit.
https://getbootstrap.com/docs/5.1/layout/columns/
In main.php this is the line that set the columns
<?php View::newInstance()->_exportVariableToView("cbk-col", 'col-lg-3 col-md-4 col-sm-6'); ?>
Re: Image out of container on company profile page
on :December 16, 2021, 7:11 pm #572
Ok, thank you very much.