Tagged: mobile view, remove padding
-
AuthorPosts
-
June 20, 2016 at 10:58 am #650728
Hi,
I am trying to remove a padding on mobile view on the following website:
anchor-relocation.ch
I’ve manually made a footer, which I inserted via Template on every page. The reason is that the existing footer didn’t do what we needed it to do.
It all looks good on the big screen, but as soon as I resize it to mobile view, the “AR” logo and the Address have a padding. I don’t seem to be able to figure out how to remove that… would appreciate your help.
Thanks so much & kindest Regards,
CorinaJune 21, 2016 at 6:40 am #651275Hi Corina,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 990px) { #av-layout-grid-1 { padding-left:30px; } }
Regards,
RikardJune 21, 2016 at 6:46 am #651280Hi Rikard
I just tried this, and it doesn’t seem to change anything…. I’ve posted login details below in case that helps.
Thanks so much.
CorinaJune 22, 2016 at 6:17 am #651904Hi,
Login details are not working, please check and verify.
You can try this CSS to see if it works better:
@media only screen and (min-width: 768px) and (max-width: 990px) { #av-layout-grid-1 { padding-left:30px !important; } }
Thanks,
Rikard- This reply was modified 8 years, 5 months ago by Rikard.
June 22, 2016 at 6:20 am #651906ups typo….
June 22, 2016 at 6:23 am #651910Hi Rikard
Sorry.. just tried your code, it is still there… if you compare the “AR Logo & Address”, it has a lot more padding/margin than the SARA logo below (on mobile screen that is).
Thanks so much.
CorinaJune 22, 2016 at 3:34 pm #652163Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 1%!important;}}
Regards,
YigitJune 23, 2016 at 5:36 am #652471Hi Yigit
Thanks so much, just implemented it and it does but it doesn’t work…. it removes the padding that is there on the first image (on the left) but it moves all the other grid rows all the way to the left as well on mobile view. if you look on mobile, what I’d like them to be is the same width as the blue line just above.
I took a screenshot on how I configured it in the backend. https://www.dropbox.com/s/vk1dxs6sl4vss9b/2016-06-23_13-33-23.png?dl=0
Thanks so much.
CorinaJune 26, 2016 at 3:11 am #653458 -
AuthorPosts
- You must be logged in to reply to this topic.