This topic has 3 replies, 2 voices, and was last updated 12 years by Abe.

  • Author
  • #10454
     Laurent_C
    Participant

    With ipad the menubar size is too big for what I need
    2 questions :

    1. how can I do to Change title : Please select your page to “menu”
    2. and just have “menu” title size

    Thank you very much

    #10661
     Abe
    Keymaster

    Hi,
    1. please open sweetdate/header.php and do a search for “Please select your page” and replace with your desired text
    2. what do you mean by “menu” title size?
    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #10669
     Laurent_C
    Participant

    1. I replace “Please select your page” (thank you) by “menu”

    2 I mean the way to have just the weight of the title (150px), for those bar in the header not those of the top of the page

    Thank you

    #10804
     Abe
    Keymaster

    Hi, for 2, add this css:

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    #header .eight.columns {
        display: inline-block!important;
        width: auto;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘>> Menu bar size’ is closed to new replies.

Log in with your credentials

Forgot your details?