• I’m using Workality theme for my site: https://www.palomalucasdesign.com
    In Theme Options, header settings, I uploaded my logo image. However, the header is not wide enough and my logo looks too small. How I can make the header space bigger?
    I went to the editor Stylesheet, but I could not find the header information.

    [No need to post CSS – it’s all visible on your site ; and in future, please use the code buttons for posting code here and use a pastebin for large amounts of code]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this in your custom or child theme’s css

    .container .six.columns {
    	width: 640px;
    }
    
    .container .ten.columns {
    	width: 280px;
    }
    Thread Starter plucas

    (@plucas)

    Sorry Triptripper! I don’t understand what you mean. I’m a totally new in this css business. And I’m totally lost!
    When you said “custom or child theme’s css” you mean the Stylesheet (style.css) or the style_ie.css?. And I need to add the code or replace for something already there?

    I’m checking at style.css, but there are not any code similar to the one you said, and I don’t know where I should put it.

    This is the table of content in the stylesheet:

    TABLE OF CONTENTS
    ==================================================
    1 – BASE STYLES
    #Reset & Basics
    #Basic Styles
    #Site Styles
    #Typography
    #Links
    #Lists
    #Images
    #Buttons
    #Forms
    #Misc

    2 – BASE RESPONSIVE
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing

    3 – WIDGETS
    4 – SITE LAYOUT
    #Site Styles
    #Media Queries

    */

    I’m sorry but as you are using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.ads-software.com here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make header wider?’ is closed to new replies.