Hi support,
How do i get my blog slider to align center like my shop
jcjigs.co.nz
thank you again
Hi,
Try the following CSS code:
.blog_slider .post .desc{ text-align: center!important; } .blog_slider .blog_slider_ul li .item_wrapper hr{ margin-left: 33%!important; }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank you A+ support
Another quick question how do i center align the blog post preview at the bottom of the blogs
jcjigs.co.nz/jcjigs-the-lads-30-kingfish-adventure
Thank you again for your support
Please replace the first part of the previous CSS I sent with the following one:
.blog_slider .post .desc, .section-related-ul .post .desc{ text-align: center!important; }
Leave the part with left margin untouched.
Thank you this worked perfect
.blog_slider .post .desc,
.section-related-ul .post .desc{
text-align: center!important;
}
.blog_slider .blog_slider_ul li .item_wrapper hr{
margin-left: 33%!important;
A+ support once again, thank you Phil
Comments
Hi,
Try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thank you A+ support
Another quick question how do i center align the blog post preview at the bottom of the blogs
jcjigs.co.nz/jcjigs-the-lads-30-kingfish-adventure
Thank you again for your support
Please replace the first part of the previous CSS I sent with the following one:
Leave the part with left margin untouched.
Best regards
Thank you this worked perfect
.blog_slider .post .desc,
.section-related-ul .post .desc{
text-align: center!important;
}
.blog_slider .blog_slider_ul li .item_wrapper hr{
margin-left: 33%!important;
}
A+ support once again, thank you Phil