Tagged: x
-
AuthorPosts
-
June 22, 2016 at 11:30 pm #1055732
MarianaBuckParticipantHow do I center the page article and image? All of my posts look like this and i don’t know what I am doing wrong
June 22, 2016 at 11:54 pm #1055771
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
June 23, 2016 at 3:45 pm #1056942
MarianaBuckParticipantThis reply has been marked as private.June 23, 2016 at 9:26 pm #1057455
LelyModeratorHi There,
Thank you for the credentials.
Upon checking, the it is cause by the following custom CSS:@media screen and (min-width:300px) { .single-post .entry-featured { width: 50%; float:left; display:inline-block; } .single-post .entry-content.content { float: right; width: 50%; }Please remove it. Also note that when adding custom CSS, please make sure that every open curly brace has corresponding closing curly brace.
Hope this helps.
June 24, 2016 at 9:38 am #1058120
MarianaBuckParticipantThank you so much. it worked
How can i change the background color on post grid? I tried everything
June 24, 2016 at 10:27 am #1058192
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.vc_custom_1419334531994 { background-color: white !important; }You can replace white with hexidecimal colors like #ffffff
Hope that helps,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1055732 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
