position pagination
-
I changed the position of the pagination points by adding the css information as an additional css in the customizer of my theme:
#slider_9736 .owl-dots { position:absolute; width:100%; display:block !important; padding:10px 0px 0px !important; bottom:270px !important; text-align:center !important; font-size:12px !important; line-height:12px !important; } @media (max-width: 767px) { #slider_9736 .owl-dots { position:absolute; width:100%; display:block !important; padding:10px 0px 0px !important; bottom:5px !important; text-align:center !important; font-size:12px !important; line-height:12px !important; } } @media (min-width: 768px) and (max-width: 1100px) { #slider_9736 .owl-dots { position:absolute; width:100%; display:block !important; padding:10px 0px 0px !important; bottom:50px !important; text-align:center !important; font-size:12px !important; line-height:12px !important; } }
this works in the opera browser and in chrome. The following happens in the firefox browser: When the browser and the website are opened again, the position of the pagination is reset to the position of the initial creation without css adjustment. After several minutes (I did not measure the time) and the website was updated, the position is displayed correctly according to the css change. This applies to both the desktop view and the mobile device view. How can I set it up so that the css changes take effect immediately and permanently?
The page I need help with: [log in to see the link]
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘position pagination’ is closed to new replies.