[Resolved] https://strona22.pl/ – 3 things…

Home Forums Support [Resolved] https://strona22.pl/ – 3 things…

Home Forums Support https://strona22.pl/ – 3 things…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1336995
    Robert

    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

    #1337151
    David
    Staff
    Customer Support

    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.

    #1337190
    Robert

    ad. 1 and ad. 2 – it works 🙂

    thx for You fast help!

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

    thx
    Robert

    #1337225
    David
    Staff
    Customer Support

    You’re welcome

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