Topic Closed
pepperzak
1 Posts

Hello everybody,

I have problems displaying one of my pages on smartphone browsers correctly. The page is wider than it should be.

Apparently all pages of the website seem to have the same structure - only sometimes the pagination does not work.

I've tried a lot of things, but I couldn't find anything wrong.

Who can help? Thanks a lot! Stay healthy!

Gregor

Website: www.yo8ga.de

View: "Termine" - "Yoga Räume"

 

 

3 years ago#11731

juergen
1.5K Posts
64.2K Downloads
16 Plugins
You are using tables with widths defined in pixels (500px and 1000px).
Try to use 100% as width or wrap them with a <div class="table-responsive"></div> (see Bootstrap docs)
Edited: 3 years ago#11732

mabu
444 Posts
7.6K Downloads
5 Themes
9 Plugins

An alternative is to use the github ckeditor btgrid-plugin and a code like

<div class="btgrid">
<div class="row row-1">
<div class="col col-md-6">
<div class="btcontent">
<p>Col 1 content area</p>
</div>
</div>

<div class="col col-md-6">
<div class="btcontent">
<p>Col 2 content area</p>
</div>
</div>
</div>

<div class="row row-2">
<div class="col col-md-6">
<div class="btcontent">
<p>Col 1 content area</p>
</div>
</div>

<div class="col col-md-6">
<div class="btcontent">
<p>Col 2 content area</p>
</div>
</div>
</div>

<div class="row row-3">
<div class="col col-md-6">
<div class="btcontent">
<p>Col 1 content area</p>
</div>
</div>

<div class="col col-md-6">
<div class="btcontent">
<p>Col 2 content area</p>
</div>
</div>
</div>
</div>

here : 2 columns - 3 rows - which resizes the images automatic.

Edited: 3 years ago#11733

Topic Closed

 

News

elFinder 2.1.50 in Upcoming Release
12/28/2019

A new release for Typesetter is in the works with a lot of improvements including the ... Read More

Typesetter 5.1
8/12/2017

Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More

More News

Log In

  Register