-
AuthorPosts
-
April 10, 2019 at 6:34 pm #1089230
Hi team,
I’m currently struggling at a fresh live page.
It shouln’t use the complete screen. So a margin left and right should considered like here:https://pasteboard.co/I9vNRxp.png
But now on live side the margins are not hold:
https://pasteboard.co/I9vOxcC.pngI tried to fix a responsive topic but as far as I know set every thing back.
The Setting “use whole page” in header settings is also no checked.This is everything I have in dhild css:
* disable top bar on mobile */
@media only screen and (max-width: 1200px) {
#header_meta { display: none !important; }}/* Burger Menu color */
@media only screen and (max-width: 767px){
#top .header_color .av-hamburger-inner{
background-color: #ffffff!important;
}}/* border section */
#sectionborder{
border-bottom: 3px dotted grey!important;
border-left: none!important;
border-right: none!important;
}/* Phone info top header icons */
.phone-info-top {
display:inline-block!important;
padding:4px 10px;
}/* Preistabelle individuell Farben */
.main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-heading-row .pricing-extra {
background-color: red;
color: #232946;
border-color: red;
}.main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
background-color: #d4e458;
color: #232946;
border-color: #d4e458;
}Can you please help me to get it shown correctly?
Thanks an greetings.
MichaelApril 10, 2019 at 6:37 pm #1089231Anoterh try with the images:
Bad one: (current version)
https://pasteboard.co/I9vOxcC.pngGood on => so it should be:
https://pasteboard.co/I9vQv9C.pngApril 10, 2019 at 6:41 pm #1089232CLOSE
….now it works with setting of container width…perhaps there was caching issue…April 11, 2019 at 4:10 am #1089334Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Site is showed full with without the setting’ is closed to new replies.