Home Forums WoodMart support forum Set width title header?

Set width title header?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33701

    gilesp
    Participant

    Hi, is it possible to have a full width main header (navigation, etc) but have the title header under this at a set width. I don’t mean a boxed header as this will crop the nav header too. See my screen shot attached. Thanks,
    Giles

    Attachments:
    You must be logged in to view attached files.
    #33719

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS section for desktop devices only

    .page-title {
            max-width: 1192px;
            width:95%;
            margin-left:auto;
            margin-right:auto;
    }

    Regards

    #33870

    gilesp
    Participant

    Thanks this worked but is it possible to colour the side panels like this – see screen shot.

    I also wanted to do the same thing on row like such as https://www.web-design-hosting-surrey.co.uk/prime-factors-motorcycles/reviews/

    #33873

    Artem Temos
    Keymaster

    You can set this image background for the column and set your desired color for the row that contains this column to achieve this effect.

    Sorry, but it is not possible to add a second background there. In this sitatuion, you can try to crop your image to the exact size as you need and set a background color for the page title as well.

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