badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Interface . Header Logo and Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18951
    martinicchiola
    Participant

    Hi, would it be possibile to change the slider size to make it smaller? Is yes, how would I do it?

    Also, I have added a logo instead of the site title, how do I centre it correctly? It is slightly leaning towards my slider and I would prefer it to be in its right position.

    Thank you

    #19005

    Hi martinicchiola,
    It needs code customisation. The code is inside interface (folder) -> functions.php

    	add_image_size( 'slider-narrow', 1038, 500, true ); 		// used on Featured Slider on Homepage Header for narrow layout
    	add_image_size( 'slider-wide', 1440, 500, true ); 			// used on Featured Slider on Homepage Header for wide layout

    which layout are you using? if you are using narrow layout then change the numeric value in narrow layout and if you are using in wide layout then change the numeric value in wide layout. The first numeric value is width and the second is height.

    But one thing each and every time you update to our theme you need to change the numeric value you want. So We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.