Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #99273
    Robin@Cox
    Participant

    I would like my featured content image and the title to be in one line and the image should be on the left of the Title. How do I do this.

    #99323
    Mahesh
    Participant

    @robincox: I recommend you to hire a customizer for this.

    Regards,
    Mahesh

    #99427
    Robin@Cox
    Participant

    Thanks for the response I change the look and feel.
    The problem I have now is that I only used pictures Featured Content Image and I resized the column but the table is not centred under services, it is more to the left. Is there a code that I can centre the entire table.

    #99454
    Mahesh
    Participant

    @robincox: Please post in your site url. So I can see the changes you’ve made and the issue you are facing.

    Regards,
    Mahesh

    #99466
    Robin@Cox
    Participant

    Manesh

    Ok I am very new to web development, my site is not live yet I am only working on the admin portal. please advise.

    #99482
    Mahesh
    Participant

    @robincox: Can you at least send me an image of the issue you are facing. It may help me to help you.

    Regards,
    Mahesh

    #99486
    Robin@Cox
    Participant

    I would if I new how to attach the image to your post. Please guide me

    #99507
    Robin@Cox
    Participant

    http://www.nvs-sa.co.za/wp/

    I am not sure if this will work for you

    #99638
    Mahesh
    Participant

    @robincox: Please upload the image to dropbox or similar and then share the url here.

    Regards,
    Mahesh

    #99646
    Robin@Cox
    Participant

    Morning Mahesh

    I figured it here is my url
    http://www.nvs-sa.co.za/wp/
    Services images should be centred

    #99662
    Mahesh
    Participant

    @robincox: I checked your site. I don’t know why are you using the following CSS. It is making the featured content width small that is why all the content shifted to the left.

    #featured-content.layout-three .hentry{
        width: 20%;
    }
      
    #featured-content.layout-three .hentry:nth-child(3n+2){
        width: 20%;
    }

    Please use the following CSS instead:

    #featured-content.layout-three .hentry{
        width: 33.33%;
    }
    .featured-homepage-image {
        text-align: center;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #99933
    Robin@Cox
    Participant

    Manesh

    I want the gutter between columns smaller and I want the featured content the current size as on url but I need to get it centred.

    I need major assistance with this
    http://www.nvs-sa.co.za/wp

    #99953
    Mahesh
    Participant

    @robincox: Add the following CSS to center the image with same size.

    #featured-content.layout-four .hentry{
        width: 25%;
    }
    
    .featured-content-wrap {
        margin: 0 auto;
        width: 800px;
    }

    For gutter between columns more design customizations, I recommend you to hire a customizer.

    Note: You have some error in you custom CSS please correct it first.

    Regards,
    Mahesh

    #99955
    Robin@Cox
    Participant

    Manesh

    I used your code and it works when you do it but when I view the site it displays only two columns.

    With regard to correcting custom CSS I have no clue how to do that

    #99956
    Robin@Cox
    Participant

    don’t worry about the first line I fixed it

    #99967
    Mahesh
    Participant

    @robincox: Glad to know you fixed it yourself. Have a nice day!

    Regards,
    Mahesh

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Featured Content Image and Title in one Line’ is closed to new replies.