Tagged: column, negative margin
-
AuthorPosts
-
August 22, 2017 at 1:52 pm #842542This reply has been marked as private.August 23, 2017 at 7:48 am #842893
Hi,
We modified the code in the Quick CSS field and disabled the parallax background because it will overflow with the columns which is not what you want.
@media only screen and (min-width: 989px) { /* Add your Desktop Styles here */ #top #wrap_all #main #colorline { border: none; z-index: 500; position: relative; overflow: visible; } } @media only screen and (max-width: 989px) { /* Add your Mobile Styles here */ #colorline .flex_column_table { margin-top: 0 !important; } #top #wrap_all #main #colorline .container { max-width: 1310px; width: 100%; padding: 0; } }
Best regards,
IsmaelAugust 24, 2017 at 1:18 pm #843470Hi,
It looks good on desktop now, but when scrolling down the shrinked menu dissapears behind the overflow area. So behind the first content area and it appears again after this at ” Blijf op de hoogte…NIEUWS & ACTIES”. Look at screens to get more clear what I mean (Gdrive).
And it also looks strange on mobile (Samsung S8)
August 25, 2017 at 9:44 am #843816Hi,
Please decrease the z-index from 10000 to 500. The z-index of the header is 501. We modified the code a bit. Please try it again.
Best regards,
IsmaelAugust 25, 2017 at 9:52 am #843819Ik don’t see any result. Did you made the changes? Or do I stil have to change somehing? Is it possible that you do it for me?
August 26, 2017 at 6:28 am #844294Hi,
We added the css modifications. We also disabled the “fixed” header on phone view because most devices don’t support fixed elements and it just takes too much space. Please remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelAugust 27, 2017 at 9:02 pm #844563Hi,
I am noticing now that the transparant header is gone? In the page settings it’s still on transparant, but not at front. Pleas help.
August 28, 2017 at 6:54 am #844683Hi,
My bad. I thought it was not supposed to be transparent. We removed the background of the header. Also, I just noticed that the site is not using the latest version of the theme. Please upgrade to version 4.1.2.
Best regards,
IsmaelAugust 31, 2017 at 2:00 pm #846245This reply has been marked as private.September 1, 2017 at 8:02 am #846676Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { #socket .sub_menu_socket li { padding: 20px 10px !important; } }
Best regards,
RikardSeptember 28, 2017 at 3:19 pm #858090This reply has been marked as private.September 29, 2017 at 10:51 am #858405Hi,
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thank you for your understanding.
Best regards,
Ismael -
AuthorPosts
- The topic ‘Negative margins on columns on mobile device’ is closed to new replies.