Top Menu Sizing Issue

Discussion in 'BusinessGrow One Page WordPress Theme' started by bayernsoftware, Feb 4, 2014.

Thread Status:
Not open for further replies.
  1. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    On smaller displays where the menu bar needs to wrap, the slide graphic gets horribly cut off. Shouldn't this situation push the slider down?
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Download the front-page.php file and replace it with your existing front-page.php file from theme directory.

    And after that paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider {
    margin-top: 0px;
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .flexslider {
    margin-top: 0px;
    }
    } 
    This will solve your issue.
     

    Attached Files:

  3. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    almost. attached is a screen shot from my phone. Notice the padding on the top of the image is very large and over casting the slider.
     

    Attached Files:

  4. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Your changes do work in my desktop browser if I shrink the browser size. But on my mobile device as well as a tablet i tested the menu over-casts the slider
     
  5. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Any update to this one please?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
  7. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Almost there :) The large padding is now gone, but the slider is still being cut off on my phone/tablet. See attached screen shot please.
     

    Attached Files:

  8. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  9. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    I have followed the instructions in #2 and the problem still remains. It actually is cutting the slider off in desktop view too now.
     
  10. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  11. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
  12. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  13. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    So far, so good on my phone. I will check my desktop, and tablets when I get to the office in 60 minutes. Can you please provide me what has changed? I am using this theme for another site and want to replicate changes made.
     
  14. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Please send changes, and then thread can be closed.

    THANK YOU for your continuous work on this!
     
  15. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    There are many changes have done in the files (in front-page.php and style.css) so it is not possible for us to specify that.
    You can copy the front-page.php and style.css file of this theme and then replace them in the theme for another site.
     
  16. bayernsoftware

    bayernsoftware Member

    Joined:
    Feb 1, 2014
    Messages:
    35
    Likes Received:
    4
    Location:
    Indiana, USA
    Perfect solution for me. Thank you Piyush and Gourav for you assistance!!
     
Thread Status:
Not open for further replies.

Share This Page