• Hi,
    my logo is moved 80 px from the left.
    How do I adjust my content on all my pages to start at the exact same point as my logo?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Why is your logo moved 80px? did you set that in the theme options? Can you post a link?

    Kadence Themes

    Thread Starter danina84

    (@danina84)

    Yes, I moved it in the theme options because it is a flag and looks better with the slider when moved a bit to the right. I would like all the content and the page titles(including the line above and underneath the page titles) to start exactly where the logo starts.

    If You can post a link I may be able to come up with some css that would do this but it’s not I can’t be sure till I see.

    Kadence Themes

    Thread Starter danina84

    (@danina84)

    Hey,
    I am sorry I can’t post a link, here are pics of the left side of two pages that I created(blog and contact page) and you can see that the content doesn’t start where the logo starts.

    https://www.dropbox.com/s/fqm4e9vv5v5gfev/blog.png?dl=0
    https://www.dropbox.com/s/lp5p8jzluadxl9r/contact.png?dl=0

    Hey,
    What your trying to do is offset the whole site to the right so it lines up with where you’ve placed your logo… I’ll make it clear now that I don’t think it’s a good idea.

    But in the effort to help with however you want your site to look you can try this css, if it doesn’t work then I’ll have to wait till you can post a link to your site.

    @media (min-width: 768px) {
    .contentclass .container {
    padding-left: 80px;
    }
    }

    Kadence Themes

    Thread Starter danina84

    (@danina84)

    May I ask why you think this is not a good idea? Does it have any negative effects?

    I’ve tried to limit the negative effects with the css I gave you, for example I made sure it didn’t apply to mobile. But for someone on a smaller screen it’s going to look strange that the site isn’t centered. Your also effecting all the content areas size. This can effect how content that is added looks like featured images, galleries ect.

    I simply don’t understand why you would want to offset your site. But again I am trying to give you the best possible code to make this work.

    Thread Starter danina84

    (@danina84)

    Hi
    I really appreciate your effort to help me!
    I don’t want to offset the content to one side – I still want it centered, but with a larger padding to the left and right.
    The reason is that my logo(the flag on the photos) looks better with the slider when moved to 80. But it looks weird if the logo is at 80 and the content starts and ends at 0…do you understand what I mean?
    I found a way to align the content with the page builder(I left an empty column both on the left and right side) but this is not possible on the product page and on the blog page…

    You seem to be doing all this because of your home slider? Wouldn’t it be better to just change your home slider to stick out more?

    Thread Starter danina84

    (@danina84)

    My home slider is very wide(actually too wide for your theme…) and I am not sure how to work around it.
    I would like to have the slider and logo arranged like this:
    https://www.dropbox.com/s/cyasclch3k6xtqo/Homepage.png?dl=0

    I am sorry I am not able to post links yet…

    Thank you!

    Ok, If you need a full width slider then you have to use the premium theme (which has this option) or install a plugin that has the js to force a fullwidth slider or create a child theme and override the theme with code for a custom fullwidth slider.

    Kadence Themes

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Content alignment’ is closed to new replies.