test melih
 melih
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1018865

    Hi
    add below code in custom.css file and change the width value as per needs

    .logo-text a {
        width: 72px!important;
    }
    James Weston Friend
    #1018869

    thanks have tried that and made it 400 wide but it still appears as a square.

    Pankaj Sharma Moderator
    #1018890

    Hi
    Its not working because you have not added the code.
    Kindly create custom.css file and add the code
    Path : /templates/ja_resume/css/custom.css
    Save file, clean cache and check.

    Regards

    James Weston Friend
    #1018901

    ok thanks I had put it in the worng file. Will need to work this out as it is aligned left so however big you make the box it still only gets more space on the right. Is there a code to apply that would centre the text?

    Pankaj Sharma Moderator
    #1018908

    Hi
    Use this code in custom.css file make the text center

    .logo-text a {
        text-align: center;}

    Regards

    James Weston Friend
    #1018979

    Thanks, unfortunately, it doesn’t matter what size i use it never actually centres.

    Pankaj Sharma Moderator
    #1018985

    Hi
    When i suggest the code it was tested bon your site. You can add the code and share screenshot after this. So we can see what problem you are facing.

    James Weston Friend
    #1018990

    Here you go this is at 72 http://prntscr.com/eklwqf

    Pankaj Sharma Moderator
    #1019010

    Hi
    Open the custom.css file and replace all the code with below code

    .logo-text a{width: 90px!important;}.logo-text a{text-align:center}
    .logo-text a span {right: 0px;}
    

    it will look like this: http://prntscr.com/ekm72r

    James Weston Friend
    #1019015

    Thanks.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  James Weston 7 years, 10 months ago.

The topic ‘How do you change the width of the text logo box?’ is closed to new replies.