-
AuthorPosts
-
December 12, 2018 at 12:18 pm #1044275
Hello Team,
My blog posts have no padding on the left when showing on smaller mobile screens (http://ilanwittenberg.com/blog/ )
Is there a global setting in css that I can change to create some padding on the left.Thanks,
ofekwDecember 13, 2018 at 12:51 am #1044623Hey ofekw,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #main { padding-left: 10px; } }
Just adjust the left padding value.
Hope this helps.Best regards,
NikkoDecember 13, 2018 at 1:47 am #1044652December 14, 2018 at 5:38 am #1045129Hi,
Thanks for the update, though I can’t see anything wrong on my end on mobile using Chrome. Could you post a screenshot of the problem and in which device/browser you are seeing it please?
Best regards,
RikardDecember 14, 2018 at 5:57 am #1045136Thanks Rikard,
Working now so perhaps it was a cached page…
Much appreciated!
ofekw
December 15, 2018 at 6:30 am #1045544Hi,
Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardMarch 24, 2020 at 7:44 am #1195669Hello Rikard,
Revisiting this issue, I noticed that blog posts are showing a large padding on the right of images when ‘thumbnails’ are showing on a vertical grid (there is no padding when an image is clicked and a manual slider is displayed). I then noticed that Instagram has no padding when displaying photographs or video.
How can I remove padding for videos and images while keeping a small (10px) left and right padding for text only?
Thanks,
ofekwMarch 30, 2020 at 5:36 am #1199002Hi,
Thank you for the update.
You can center align the content in the Enfold > General Layout > Layout > Content Alignment settings. Or adjust the Maximum Container Width in the Dimensions panel. There is a large padding in the right side because the content is not center aligned, or positioned in the left side by default.
Best regards,
IsmaelMarch 30, 2020 at 5:48 am #1199003Hi Ismael,
Thanks for your support!
The Layout tab has the current settings:
Stretched layout
Center Content
No widgetThe Dimensions tab has the current settings:
Maximum container width 73% | 27%
Content + Sidebar width 100%I think that other settings in style.css may override these settings:
@media only screen and (max-width:767px) { .responsive #top #main { padding-left: 10px; } }
@media only screen and (max-width: 767px){ .page-id-2 .main_color.container_wrap_first.container_wrap.fullsize{ padding-left: 8% !important; }
@media only screen and (min-width: 768px) and (max-width: 1440px){ .page-id-2 .main_color.container_wrap_first.container_wrap.fullsize .container{ padding-left: 8% !important; } .flex_cell.no_margin.av_four_fifth, .flex_cell.no_margin.av_one_fifth{ display: block; } } #contact-spacing .special-heading-border{ display:none; } #contact-spacing av-special-heading-tag{ float: inherit !important; }
Please advise,
ofekwApril 1, 2020 at 12:10 pm #1199711Hi,
Thank you for the update.
Could you disable the plugin that disables the context menu or right click temporarily? We have to inspect the element in the page. Or post the login details in the private field.
Best regards,
IsmaelApril 2, 2020 at 8:42 am #1200021Hi Ismael,
Login details posted in private field.
Thanks,
ofekw
April 4, 2020 at 3:06 am #1200710Hi,
We can now access the dashboard but we can’t disable the plugin because the account is not an admin. Please set the user role accordingly, or just disable the privacy or copyright plugin so that we can inspect the pages.
Best regards,
IsmaelApril 4, 2020 at 3:10 am #1200711Hi Ismael,
Have now set the account to be admin.
Thanks,
ofekw
April 13, 2020 at 10:16 am #1203256Hi,
Sorry for the delay. The content was not aligning properly because of this css code.
.main_color.container_wrap_first.container_wrap.fullsize .container { margin: 0 !important; }
We removed it from the style.css file.
Best regards,
IsmaelApril 16, 2020 at 10:39 pm #1204568Hello Ismael,
Thanks for removing the large padding on the right of images when thumbnails are showing on a blog post of smaller mobile devices.
Can we remove all padding for videos and images while keeping a small padding for text only?Stay safe,
ofekwApril 20, 2020 at 7:00 am #1205399 -
AuthorPosts
- You must be logged in to reply to this topic.