Site logo

Archived topic

https://strona22.pl/ - 3 things...

3 replies · Started by Robert on June 22, 2020

Viewing posts 1–4 of 4

Hi

how are You today?

I wanna ask few things about my website https://strona22.pl/

1. on the mobile devices she moves a little bit from the left and right
- how could I remove it?

2. on the mobiles in the MENU the 3 icones (insag/FB/Youtube) are one below the other
- its passible to change it thats the 3 icones would be in one line ?

3. there is in the middle of the website a part:
"Hashtag Printer pris" and below it there is a table.
Unfortunely the table is not responsive and looks on the mobile devices very bad.
How could I fix it ?

kr
Robert

Hi there,

1. the image below Om #Hashtag Printer? you have added -20% right margin to the image. Remove that to fix the overflow issue.

2. Try this CSS:

@media(max-width: 768px) {
    .main-navigation.toggled .main-nav > ul {
        display: flex !important;
        flex-wrap: wrap;
    }
    .main-navigation.toggled .main-nav li {
        flex: 1 0 100%;
    }
    .main-navigation.toggled .main-nav > ul li:nth-last-child(-n+3) {
        flex: 0;
        margin-left: 20px;
    }
}

3. HTML Tables are not responsive, you would need a plugin such as Resposnive Tables or TablePress.

ad. 1 and ad. 2 - it works :)

thx for You fast help!

ad. 3 - I will try it with the two plugins!

thx
Robert

You're welcome

This archived topic is closed to new replies.