Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #713515

    Hey Kriesi-Team,

    i want have header and footer transparent. And content box only on startpage invisible on all other i need this box with 90% White or full white.
    I change some CSS styles and i hope i did it right.

    Can u check my css changes and my site.
    I have problems with mobile devices. On Desktop-PCs all looks fine.

    In addition to that i must change all % worth for columns… maybe u know a better way.

    #713812

    Hey Black-Shadow,

    Thanks for the links though I’m not sure I understand what changes you would like to make, could you try to explain a bit further and/or post screenshots of your problems please?

    Best regards,
    Rikard

    #714026

    Hi Rikard,

    you see my new page?!
    I will that my page looks like the demo i added to the first post. Can u check my css changes and give me feedback to this?
    The problem is my content changes not working properly with your columns and when i not find a other solution i must set all columns worth new.

    Other problem is that the mobile view doesnt work good anymore. Icon from menu toogle is gone, content box overlaps right side…

    #714677

    Hey!

    It looks like you managed to solve the “transparent footer”. For the mobile issue, you can redirect the user to a page specifically created for mobile. Use one of these plugins.

    // https://wordpress.org/plugins/simple-mobile-url-redirect/
    // https://wordpress.org/plugins/equivalent-mobile-redirect/
    // https://wordpress.org/plugins/mobile-redirect-plus-lite/

    Cheers!
    Ismael

    #717531

    Yeah. But thats not what i want :)

    I need only a feedback for my css codes. Is this what i did correct or not? The biggest problem is with the content and the columns :(

    Thx a lot

    #718624

    Hi,

    How would you like the page to look on mobile? You can move the css modifications inside a css media query so that it won’t affect the mobile view.

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.