• Resolved skorzeniowski

    (@szkorzonek)


    Hello again.
    I’ve got two problems right now, both connected with homepage and both connected with responsive behaviour of the site.
    Firstly, my logo on the header (known as .welcome-logo) isn’t resising with the page, what from some width look bad. I changed default width of the logo, but I hope it isn’t the reason why it isn’t resising, because I need it bigger.
    Secondly, during resizing windows with page I’ve noticed, that on the “Najnowsze Wiadomo?ci” section (Moesia FP: Latest News) appears gray margin on the left side of posts. It also looks bad, so I’ll appreciate any help with this. I’d like to this section looks the same as others.
    I hope this is the last time I contact with support, but no one knows. ??
    Regards,
    Szymon

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    It cannot resize because it doesn’t have a reason to resize, since you’ve set a max 450px width for it which is smaller than the screen size.

    Add this to a custom CSS plugin and adjust it if necessary:

    @media only screen and (max-width: 1024px) {
        .welcome-image {
           max-width: 250px;
        }
        .welcome-info {
           top: 20px;
        }
    }

    I don’t see the second issue, can you show me a screenshot and tell me your browser?

    Thread Starter skorzeniowski

    (@szkorzonek)

    Thanks for your reply.

    Actully adding this to my custom css didn’t help, I’ve still welcome logo hiding behind the menu bar. Below you can find link to the OneDrive cloud with screenshots reveailing problems mentioned earlier. I use IE but I saw this grey margin also in Firefox.

    OneDrive cloud

    Yeah, my bad. Use .welcome-logo instead of .welcome-image in the code above.

    Not sure why you’re having that issue, it doesn’t show in our theme demo. But add this in a custom CSS plugin and it should be fixed:

    .panel-grid-cell section {
       overflow: visible;
    }

    Thread Starter skorzeniowski

    (@szkorzonek)

    Thanks vladff, it helped. Now almost everything works fine, except resizing in contact subpage. I uploaded new screenshots to the folder on 1drv mentioned earlier. Any hints about this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Responsive welcome logo and latest news section’ is closed to new replies.