Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1055732
    MarianaBuck
    Participant

    How 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

    #1055771
    Prasant Rai
    Moderator

    Hello 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.

    #1056942
    MarianaBuck
    Participant
    This reply has been marked as private.
    #1057455
    Lely
    Moderator

    Hi 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.

    #1058120
    MarianaBuck
    Participant

    Thank you so much. it worked

    How can i change the background color on post grid? I tried everything

    #1058192
    Joao
    Moderator

    Hi 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

  • <script> jQuery(function($){ $("#no-reply-1055732 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>