• hello,,
    I am using wordPress V 4.6 and the theme I’m using is evolve,, the mobile view of the website very very bad,, can I change the position of the logo and the search text without changing the desktop view??
    my website link is:
    http://www.ncdr.org.jo
    so many thanx in advance

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi,

    It’s possible to change position of logo in mobile.
    You need to provide screen-shot with annotation to describe the changes you need.

    As for text in search input, it’s not possible to make changes only for mobile.

    Thank you

    Thread Starter duha05

    (@duha05)

    hello ,
    I’m so sorry but how can take a screen-shot how can I upload it here πŸ˜€
    so sorry for this stupid question

    Hi,

    Depending on your mobile phone, you can google on how to take a screen-shot. Then use an image editing tool such as paint on windows to annotate the changes you need.

    Upload to an image sharing website such as http://prnt.sc/ and share the URL here.

    Thank you.

    Thread Starter duha05

    (@duha05)

    Hello @ Denzel
    So many thanx,,
    http://prnt.sc/c8rjg9 this is the screen-shot for the mobile view, i want to put the search, the menu, and the logo in the same row.
    and the title in other row..
    I have to resize the logo and the fount size..
    Can I do all that without changing the desktop view??!

    THANK YOU SO MUCH :))

    Hi,

    It’s only possible to bring up your menu icon.
    There is too little space.

    Please use the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    #wrapper .dd-container .dd-select {
        position: relative !important;
        top: -197px !important;
    }
    }

    I have to resize the logo and the fount size..

    Please explain how you want it to be? smaller? what color?

    Thank you

    Thread Starter duha05

    (@duha05)

    Hello
    Can I change in the HTML code of the Theme to make a hug changes??!! and Can I change in custom CSS code to achieve this changes?
    I want to make the logo size smaller, and put it with the search and menu in the same row,,
    in row below I want to put the name of the organization.
    PS: when I put the code in custom CSS make no difference :))

    Thank you so much

    Thread Starter duha05

    (@duha05)

    Hello
    Please I need to change the mobile view to my website to be like this
    http://prnt.sc/cc8eez
    when I hanged the HTML code and CSS code the save and publish no changes had done πŸ™ what i should do??!! please help me
    in custom CSS I put this code :
    @media (max-width: 768px)
    #righttopcolumn, #social, .header a, #tagline, #logo {
    width: auto;
    display: block;
    }
    @media only screen and (max-width: 768px)
    #righttopcolumn, #social, .header a, #tagline, #logo {
    /* float: none; */
    display: inline-block;
    width: 100%;
    text-align: left;
    }

    Hi,

    There is syntax error in your css code.
    @media requires open and close curly brackets.

    Thank you.

    Thread Starter duha05

    (@duha05)

    Thank you .. still not working:(
    when I changed in HTML how can I save the changes?

    Hi,

    First of all, your css codes has to be correct, so that there are changes after you save them.

    Second, if you are using a cache plugin, you should clear your cache content after you make any changes.

    Thank you.

    Thread Starter duha05

    (@duha05)

    Hi,,
    First Thank you so much to answer my questions
    second I corrected the CSS code and no changes happened,,
    I’m not using cache plugin,, what I should do?

    Thank you again

    Hi,

    I had ran out of ideas to help you.

    The codes I provided works on my firebug, but you replied that they do not work for you.

    You mention your css codes are correct but you get no changes.

    What you can do now is to hire a developer from http://jobs.wordpress.net to login to your website and do this customization for you.

    Thank you

    Thread Starter duha05

    (@duha05)

    hello again,,
    i want to ask if i can remove the search box? and what the code can i use

    Thank you

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘mobile view’ is closed to new replies.