Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #15350
    ashrafashraf
    Member

    Hi Sakin,
    How are you ?
    Please i have a problem when i oppen my blog on iPad.
    the footer part become very big.
    Its very good when i oppen it on the iPhone but is not like good when i oppen it on my iPad.

    How can i solve this problem please ?

    Have a nice day
    Best regards
    Ashraf

    #15369
    Sakin
    Keymaster

    @ashrafashraf: Yes it will make full width in iPad. So, let me know what are you trying to achieve. Then I will check in if that is possible with custom css.

    Also add in your site URL.

    #15403
    ashrafashraf
    Member

    Thank you for answering.
    eraappar.com/objekt

    in the footer part , i have three widget and when oppen my blog in iPad its become full width for each widget , how can i make all widgets in the same row.
    Or in the center for each widget in the each row.

    Best wishes
    Ashraf

    #15412
    Sakin
    Keymaster

    @ashrafashraf: Will take a look at it but you site is not opening. It’s giving me Internal Server Error. Please check in and let me know it.

    #15413
    ashrafashraf
    Member

    Thank you for answering,
    Please check the following link:
    http://www.eraappar.com/dagis/

    Best wishes
    Ashraf

    #15418
    Sakin
    Keymaster

    @ashrafashraf: You can try adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
    #colophon #supplementary .widget-area {
        float: left;
        margin-right: 3%;
        width: 31.3%;
    }
    #colophon #supplementary.three .widget-area + .widget-area + .widget-area {
        margin-right: 0;
    }
    }
    #15502
    ashrafashraf
    Member

    Thank you so much.
    I want to work with you.
    I have a company and….
    What do you have for e-post address ?

    Best wishes
    Ashraf

    #15519
    ashrafashraf
    Member

    Hi sir,
    How can i create a page for each customers, and each one can send a post to a specified Category ?
    T.ex
    One Category for Cars:
    One Category for Flowers:
    That post is like Ad (announcement).

    Can i do that with WordPress ?How ?

    Best regards
    Ashraf

    #15527
    Sakin
    Keymaster

    @ashrafashraf: Hello Ashraf, Thanks for showing interest to work with us. But I don’t work on business deal. You can contact us through http://catchthemes.com/contact-us/

    You can just create a category and post it there. But if you are trying to make it auto post from the users then you need to search for plugins at http://wordpress.org/plugins/

    #15667
    ashrafashraf
    Member

    Hi Sakin,
    Thank you for answering.

    #15855
    ashrafashraf
    Member

    Hi Sakin,
    Please
    http://eraappar.com/objekt
    in the footer part , i have three widget and when open my blog in iPad its become full width for each widget , how can i make all footer widgets in the same row.

    Best wishes
    Ashraf

    #15858
    Sakin
    Keymaster

    @ashrafashraf: I cannot open your site. It’s showing 300 Internal Server Error.

    #15882
    ashrafashraf
    Member

    Please, try the following :
    http://www.eraappar.com/dagis/

    #15909
    Sakin
    Keymaster

    @ashrafashraf: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* iPads (portrait and landscape) ----------- */
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) {
    #colophon #supplementary .widget-area {
        float: left;
        margin-right: 3%;
        width: 31.3%;
    }
    #colophon #supplementary.three .widget-area + .widget-area + .widget-area {
        margin-right: 0;
    }
    }
    #15914
    ashrafashraf
    Member

    Thank you Sakin,
    Now , my widget footer divided into three boxes, one after one, that’s nice.
    But the content of each box , it’s on the left side of a box, how can i put it on the center of the box , when i want to open my site on the iPad.

    Best wishes
    Ashraf

    #15922
    Sakin
    Keymaster

    @ashrafashraf: You have added the table widget which cannot be center with the css. You can just add text widget with normal text then only we can center it or any other widgets.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘iPad issue’ is closed to new replies.