• Resolved helendevs

    (@helendevs)


    hi im working on my site and i have this page:

    https://www.britex.com/wpnew/hire/

    and it seem the featured image and the actual text area is aligned to the righti wanna have the image full / center and not have spaces on the left .. like the homepage..

    can anyone help me how i can adjust this?

    im using catch kathmandu theme.. so i think u can only use one featured image on the whole website

    sorry and thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Nisha

    (@nishasingh)

    Hi Helen,

    Checked this theme, many options are available there but you can’t display the image in full width as like home page.

    You have to edit in style file for display the featured image in full width.

    bkdimri

    (@bkdimri)

    can you edit your css file?

    Thread Starter helendevs

    (@helendevs)

    Hi

    Yes I can edit the css on my site I just need to know which part there I should fix..

    Nisha

    (@nishasingh)

    You should edit ‘primary’ class to display the full width featured image. Check this https://screencast.com/t/1hexCVorvr

    bkdimri

    (@bkdimri)

    the main content of your site is insde the #primary div. Which is 750px wide. I guess this theme has a sidebar also. Your main image width for hiresolution/large screens is greater than 750 pixels. The img tag in the css has max width of 130% which is causing this issue
    What you car try just to test is write the following at the end of your css file

    img{
    max-width:100% !important;
    }

    Thread Starter helendevs

    (@helendevs)

    Thanks im gonna try this now : )

    Thread Starter helendevs

    (@helendevs)

    hi i was able to adjust the width instead of the 750 i maximized it and have disabled the theme options.

    thanks for your help bkdimri!:)

    Thread Starter helendevs

    (@helendevs)

    thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘how can i center my whole inner pages to and not have a space on the left’ is closed to new replies.