[pmwiki-users] Sidebar Fixed Width Issue (Triad skin)
Petko Yotov
5ko at 5ko.fr
Mon Jun 18 13:34:11 PDT 2018
What do you mean "the sidebar width is troubled"?
Which version of Internet Explorer?
Is this a public website where we can see the problem?
Have you tried resizing the picture?
Try adding to your file pmwiki/pub/css/local.css this line:
#sidebar img { max-width: 100%; }
(If that file doesn't exist, create it.)
Petko
On 13/06/2018 19:29, ahmad abdulbaqi wrote:
> Dears
> Good afternoon
>
> I've issue with Sidebar fixed width, once I changed the image in "Page
> Header" to new Banner, the sidebar width is troubled in "Internet
> Explorer"
> Only. but it is still fixed in Chrome & Firefox
>
> I've type the below code in "triad.php" to
>
> # Sidebar & Rightbar Width
> global $HTMLStylesFmt;
> $HTMLStylesFmt[] = "
> #sidebar { width: $LeftWidth; }
> #rightbar { width: $RightWidth; }\n";
>
> Thank you in advance and appreciate for your support
>
More information about the pmwiki-users
mailing list