Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

the site is moving slightly right or left on clicking between some menu items

New Here ,
Mar 15, 2020 Mar 15, 2020

hi,

Please advise:

1. the site is moving slightly right / left when I click on differenet menu items, clicking between some of them does not cause any shift while clicking between others does,

2. pictures on the became matte, while on a C/local drive and before an upload they are bright,

the site: www.starasynagoga.pl

thx 

304
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 15, 2020 Mar 15, 2020

1. This is because the content of the resultant page does not create a vertical scrollbar like the other pages do. See here for more: https://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/

2. This is because of opacity set to 0.7. Change this to a value of 1 and all is well.

.container {
	width: 990px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border-style:;
	border-width:;
	opacity:0.7;
}
Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 17, 2020 Mar 17, 2020
LATEST

thank you Ben, opacity set at 0.7 is to blame. Will correct it. 

I have to digest your answer for the 2nd point. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 15, 2020 Mar 15, 2020

You should give some thought to making the site responsive for people on smaller devices.  

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines