MP EK

Forum Replies Created

Viewing 15 posts - 106 through 120 (of 149 total)
  • Author
    Posts
  • MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    That code makes no difference.

    I already have this code snipped in my custom css box to decrease the distance to menu:

    @media screen and (max-width: 479px) {
    #secondary.home_front_wrap{margin-bottom:0 !important;}
    }
    #primary { width:100%; margin:0;}
    

    Perhaps there are some interferences?

    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hello Brad,

    thank you for checking.

    Responsinator has a better representation of my website on mobile than all browsers on my phone (Chrome, Firefox, Dolphin, Samsung Internet 4.0.10-51), they show all that same problem.

    In Responsinator you can see, that the form field is nearer the right border than the left. Do you have a code for me to center the form fields in mobile view?

    regards,
    Michael

    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hi Brad,

    I mean this page

    please switch to german if english is active.

    in reply to: SKT Full Width Pro – How to set content area width? #28538
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    – The arrow below the menu, to close the menu, does not have the right size now. It’s too small and not responsive, how to deal with that?

    in reply to: SKT Full Width Pro – How to set content area width? #28397
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hello Brad,

    thank you. The mobile view is nearly finished:

    – The text below logo is missing
    – The page title text gets overlapped

    On desktop:

    – The arrow below the menu, to close the menu, does not have the right size now. It’s too small and not responsive
    – The menu items should be centered. They are to far on the left

    See what happens, if you move the browser window smaller:

    – The arrow below the menu gets overlapped
    – The page title text gets overlapped

    In a very small browser window (this is not on mobile), the text below logo is much too small:

    regards,
    Michael

    in reply to: SKT Full Width Pro – How to set content area width? #28304
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hello Brad,

    mobile view is ok, thank you, but please check again for REPLY #28118.
    The third widget is in second row when at zoom level 100% (standard view), there is not the right setting for what has been done for REPLY #28096…

    The space between slideshow (picture(s) in the middle) and second gallery row on start page is still too big, see REPLY #28097.

    please have a look…

    in reply to: SKT Full Width Pro – How to set content area width? #28141
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    In mobile view the widgets content overlap:

    in reply to: SKT Full Width Pro – How to set content area width? #28118
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Thank you for working on it!

    “footer widget 3 area” jumps around:

    please visit http://das.pekic.de
    scroll down to the widget area
    now change zoom-factor (press strg+minus and strg+plus) and check out what happens when being at 90%, 100% and 110%

    It disappears/jumps at 67%, 100% and 125% and up

    in reply to: Is SKT Full Width Pro internationalized? #28110
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    When choosing english language, there is an orange surrounding, when choosing german no box surrounding. Is it possible to mark the chosen language more elegant, like with transparency or smaller box around the flag?

    Screenshot

    in reply to: SKT Full Width Pro – How to set content area width? #28104
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Mobile view:
    Is it pissible to place logo in the middle of header and to even out the white around the logo (reduce white are above logo by half)?

    in reply to: SKT Full Width Pro – How to set content area width? #28097
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    don’t know why this comes up now, but the second gallery has not the same distance to the picture in the middle when looking at mobile view! Screenshot is from Smartphone.
    The picture shows the frontpage at http://das.pekic.de

    in reply to: SKT Full Width Pro – How to set content area width? #28096
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Shri could solve the disappered Widget problem, but asked me to post back in forum…

    footer widget content not in the middle:

    in reply to: SKT Full Width Pro – How to set content area width? #27897
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Now the different areas are misaligned again

    I entered this code:

    #content, #colophon, .footer-bottom{box-sizing:border-box !important;}
    #colophon{width:100%;}
    in reply to: SKT Full Width Pro – How to set content area width? #27813
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    You already gave me this code:

    #primary { width:100%; margin:0;}

    Does it have to be replaced or shall the new code additionally entered?

    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    The footer is misaligned again!

    Screenshot

    These are the custom codes you/SKT gave me:

    
    #content, .footer-bottom { width:100%;}
    @media screen and (max-width:767px) {
    #secondary.home_front_wrap { margin-bottom:20px;}
    #primary { width:100%; margin:0;}
    #content, .header { width:90%; margin:auto;}
    #colophon, .footer-bottom { width:90%; margin:auto;}
    .footer-bottom { width:90%;}
    }
    .page-template-page-full-width-php .footer-bottom{width:100% !important;}
    
    @media screen and (max-width: 479px) {
    #secondary.home_front_wrap{margin-bottom:0 !important;}
    }
    
    @media screen and (max-width:767px) {
    .page-template-page-full-width-php .footer-bottom{width:90% !important;}
    }
    
    .single-post h1.entry-title{color:#dc266e !important;}
    .single-post h1.entry-title{line-height:35px !important;}
    .post-thumb img{border:none !important;}
    .post-thumb img{border-radius:0 !important;}
    
    .header .logo{ padding:60px 0 0 !important;}
    #site-nav ul li{border-bottom:1px solid #dc266e !important; border-top:none !important;}
    
    .postmeta{display:none;}
    
    .homepage-article{ width:250px !important;}
    .category article{ background:#FFF !important;}
    .homepage-article h1.entry-title{border-top:none !important;}
    .homepage-article h1.entry-title a{color:#dc266e !important;}
    .homepage-article h1.entry-title a:hover, .category h1.entry-title:hover::first-letter{color:#fff !important;}
    h1.entry-title{ line-height:11px !important; text-align:left !important;}
    
    h2.widget-title{color:#dc266e !important;}
    
Viewing 15 posts - 106 through 120 (of 149 total)