Post body goes under sidebar in blog page
March 2014 WordPress Theme
- GK User
- Mon Apr 04, 2016 10:01 am
Hi
I am using news 2 theme. My post body goes under right sidebar in such a way that the right side of the post is cut from view. This happens only on blog page where i have the latest blog posts.
Can you please suggest css? I have already tried changing padding and margins but failed.
my website is - http://simranlaw.com/blog/
Thank you
I am using news 2 theme. My post body goes under right sidebar in such a way that the right side of the post is cut from view. This happens only on blog page where i have the latest blog posts.
Can you please suggest css? I have already tried changing padding and margins but failed.
my website is - http://simranlaw.com/blog/
Thank you
-
- Junior Boarder
- Joshua M
- Wed Apr 06, 2016 7:24 am
Hi,
Could you please provide me back-end access to your website via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? I need to check your layout settings.
Could you please provide me back-end access to your website via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? I need to check your layout settings.
-
- Moderator
- GK User
- Sat Apr 09, 2016 1:29 pm
I have sent you the admin password
-
- Junior Boarder
- Joshua M
- Mon Apr 11, 2016 8:03 am
Please try to add the following custom css code:
- Code: Select all
.blog .gk-articles-row > article {
display: block;
}
.blog .gk-articles-row.gk-cols-1 > article {
width: 70%;
}
-
- Moderator
- GK User
- Mon Apr 11, 2016 6:31 pm
Excellent. Thanks a lot Joshua M. It is working.
-
- Junior Boarder
5 posts
• Page 1 of 1