-
AuthorPosts
-
February 21, 2021 at 6:47 pm #1282621
hello my blog is seen on mobile with an alternate separation first post comes out with a distance of about 100px from the second and the second with 200px from the third and the fourth is again 100px (approximately) see attached photo … how can it be solved so that it always the distance is equal.
http://www.matrizdepixels.com/enfold22022021/wp-content/uploads/2021/02/blog.jpg
- This topic was modified 3 years, 9 months ago by pacopradas.
February 23, 2021 at 11:26 am #1283028Hey Francisco,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .page-id-35 .avia-content-slider, .page-id-35 .slide-entry-wrap article.slide-entry { margin-bottom: 0; } }
Best regards,
RikardFebruary 23, 2021 at 11:56 am #1283043Hi Rikard, I insert in Quick CSS under Enfold->General Styling… but not working
My CSS in Quick CSS are:
/*—————————————————————-
blog in mobile: CSS of Rikard (Kriesi) for my blog
//—————————————————————*/@media only screen and (max-width: 767px) {
.page-id-35 .avia-content-slider, .page-id-35 .slide-entry-wrap article.slide-entry {
margin-bottom: 0px}
}/*——————————————————————-
blog in mobile: to see only 1 column
//————————————————————*/
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%!important;
margin-left: 0%!important;
margin-top: 10%!important;
}
}February 25, 2021 at 4:22 am #1283563Hi,
I’ve added working CSS for you in Quick CSS, please review your site.
Best regards,
RikardFebruary 25, 2021 at 10:21 am #1283617Eureka!!! is working!!!
Thanks a lot Rikard.I have another problem with Layerslider and Polylang, Layerslider text strings now don’t work well when the Polylang plugin is installed … I’ve been looking and I see that it’s a problem that a lot of people have … I’m trying to fix it …
March 2, 2021 at 12:16 pm #1284688Hi,
Polylang is unfortunately not one of officially supported plugins. For multilingual sites, we recommend WPML which is fully compatible with Enfold :)
Best regards,
YigitJuly 14, 2021 at 1:14 pm #1310113Hello, I have a problem that I cannot solve…
in mobile: the distance between news is the same now, but when you read a news item then in “latest news” different distances appear again.
http://www.matrizdepixels.com/enfold-002/wp-content/uploads/2021/07/Last-News-mobile.jpg
link:…
Another question:
1- how can I reduce the distance between columns of the news?
2- how to change the ratio of last news 710×375 to 710×440 (in the list of sizes in “Stlying” does not appear to put a more square proportion)
(I have made a design) http://www.matrizdepixels.com/enfold-002/wp-content/uploads/2021/07/new-design-news.jpg
link:nota:
I have a lot of time to make these changes but so far I have not succeeded, for this reason I have dared to ask them.Thank you so much
July 24, 2021 at 8:07 pm #1312106Hi,
Thank you for your patience, for your first issue your content slider creates a new “wrap” after every three items, probably based on the setting to only show three in each row, this adds a bottom margin to the last item on mobile, to remove please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .avia-content-slider .slide-entry-wrap { margin-bottom: 0 !important; } }
After applying the css, please clear your browser cache and check.
To change the space between columns try this css:
@media only screen and (min-width: 1024px) { .slide-entry-wrap > .slide-entry.av_one_third { margin-left: 2%; width: 31.333333333333332%; } }
the default is:
margin-left: 6%; width: 29.333333333333332%;
try adjusting to suit.
To change the size of your images try the Simple Image Sizes plugin, it is the easiest method. Once to set a new size for the “magazine” images you will need to “regeneration the thumbnails” for them to take effect.Best regards,
MikeJuly 25, 2021 at 11:55 am #1312204Wonderful !!!
I have inserted the code in the Quick CSS and it works very very well !!!
Thank you very much for the codes, enfold I find it more and more interesting to work with.July 25, 2021 at 2:01 pm #1312216Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Blog in mobile alternate alignment’ is closed to new replies.