Importing Demo Data and Setup

Home Forums Andy WordPress Theme Importing Demo Data and Setup

This topic contains 13 replies, has 3 voices, and was last updated by  ab-themes 8 years ago.

Viewing 4 posts - 11 through 14 (of 14 total)
  • Author
    Posts
  • #16246

    jack-buffalo
    Participant

    Cheers.

    How do I change the column width in this page builder?

    #16252

    ab-themes
    Keymaster

    Hello,

    thank you for waiting us,

    to solve issue with refreshing portfolio.

    In your style.css file
    (you can find it here \wp-content\themes\andy\style.css)

    on line 2830 you have this code:

    .portfolio_item_3{
    	width: 30.79%;
    	float: left;
    	margin: 15px;
    }

    We change width: 30.79%; with width: 30.77%;.

    As we see revolution slider works fine when we refresh page, we test this in Google Chrome and Mozilla Firefox.

    To change column width, click on dashed line and move her to left or right side (picture in attachment).

    Cheers :)

    #16256

    jack-buffalo
    Participant

    Thankyou. Is there a way to remove the sticky header?

    #16305

    ab-themes
    Keymaster

    Hi,

    you can remove sticky header in your style.css on line 794 where you have this:

    #ABdev_main_header.sticky_header, #ABdev_main_header.top_header {
        position: fixed;
        top: 0;
        bottom: auto;
        z-index: 9999;
    }

    Just replace position: fixed; to position: absolute;

    Cheers

Viewing 4 posts - 11 through 14 (of 14 total)

The topic ‘Importing Demo Data and Setup’ is closed to new replies.