Resizing Logo

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by vnalini, Apr 12, 2016.

  1. vnalini

    vnalini Member

    Joined:
    Dec 2, 2013
    Messages:
    61
    Likes Received:
    4
    Dear Sir,

    greetings to you.
    I would like to ask several question in this posting. To begin with

    1. Can I make my logo big ? If yes - how ?
    2. Can I place the logo in the center instead ? If yes - how ?
    3. As for the home-blog column, I prefer the content to be like
    http://yourfreeplumberwebsite.com/

    Also I wish for the map on the right to be removed and replace by the content similar to the given website. Can you advise how do I go in producing such outline ?

    Looking forward to hear from you.
    My website is www.ssemm.org.my

    Thank you.
     
  2. priya

    priya Guest

    Hello, Vnalini..

    Greetings from InkThemes!

    Solutions of your above issues are accordingly..

    1) Can I make my logo big ? If yes - how ?

    Please follow the screenshot given below.

    logo_sace_increase.png

    For your information, I am using "WP-Editor" plugin to edit files.

    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    After that paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sb-logo img {
        width: 80%;
    }
    Note: Change the numeric value as per the requirement...

    2) Can I place the logo in the center instead ? If yes - how ?


    After doing the first part, you will able to get your logo in center.

    If still want to move the image towards the center, use below code in Custom CSS field of your dashboard and change the numeric value as per your requirement..
    Code:
    .sb-logo img {
        margin-left: 17px;
    }
    3) As for the home-blog column, I prefer the content to be like http://yourfreeplumberwebsite.com/

    Sorry, I didn't get this issue....

    Could you please elaborate a bit more so that I can assist you accordingly..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page